[!] Automatically assigning platform `iOS` with version `13.0` … CocoaPods's specs repository is too out-of-date … Error running pod install
eutopiantech
November 09, 2025
Solution
Paste this in your terminal from root folder:
cd ios && pod repo update && cd ..
cd ios rm -rf Pods Podfile.lock .symlinks pod deintegrate pod install --repo-update cd ..
flutter clean
flutter pub get
Comments & Answers
Please login to comment.
Be the first to add a comment or answer!