DEV Community

Dalitso Kasonde
Dalitso Kasonde

Posted on

Error: CocoaPods's specs repository is too out-of-date to satisfy dependencies.

  1. Go to /ios folder inside your Project.

  2. Delete Podfile.lock

  3. Run pod install --repo-update (Make sure your cd into the iOS directory of the flutter app)

  4. Run flutter clean

  5. Once complete, rebuild your Flutter application:
    flutter run

Top comments (0)