Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example error #94

Open
spiderman16888 opened this issue Mar 19, 2024 · 1 comment
Open

example error #94

spiderman16888 opened this issue Mar 19, 2024 · 1 comment

Comments

@spiderman16888
Copy link

[!] CocoaPods could not find compatible versions for pod "Firebase/Auth":
In snapshot (Podfile.lock):
Firebase/Auth (= 10.3.0)

  In Podfile:
    firebase_auth (from `.symlinks/plugins/firebase_auth/ios`) was resolved to 4.17.9, which depends on
      Firebase/Auth (= 10.22.0)

Error: CocoaPods's specs repository is too out-of-date to satisfy dependencies.
To update the CocoaPods specs, run:
pod repo update

Error: Error running pod install

@JBtronic
Copy link

pod repo update will solve your problem!

Podfile update issue

I encounter this issue when I updated google_mobile_ads from 4.0.0 to 5.0.0.
Pod repo update solve it for me & as you can see it changes MinimumOSVersion in info.plist from 11 to 12.

Still if it does not work then

first delete pod folder, podfile, podfile.lock and then
flutter clean
flutter pub get
In podfile change => platform : ios, '14.0', //Uncomment this
cd ios
pod install
cd ..
flutter build ios

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants