Answers for "cocoapods's specs repository is too out-of-date to satisfy dependencies. flutter"

4

CocoaPods specs repository is too out-of-date to satisfy dependencies.

1 - Go to /ios folder inside your Project.
2 - Delete Podfile.lock (YourPoject/ios/Podfile.lock)
3 - Run pod install --repo-update (Make sure your cd into the iOS directory of the flutter app)
Posted by: Guest on October-02-2021

Code answers related to "cocoapods's specs repository is too out-of-date to satisfy dependencies. flutter"

Browse Popular Code Answers by Language