IT
[Flutter, 플러터]CocoaPods's specs repository is too out-of-date
Hragon
2021. 1. 3. 23:42
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.
반응형