Error: CocoaPods's specs repository is too out-of-date to satisfy dependencies. To update the CocoaPods specs, run: pod repo update 해결방법 Go to /ios folder inside your App Package. Delete Podfile.lock Run pod install --repo-update cd.. (Go Back to the App Package) Run flutter clean Rebuild and Run the App.