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

0

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

Browse Popular Code Answers by Language