Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

After updating the firebase_core to 4.0.0 got this error on pod install #17582

Unanswered
nisarg-zignuts asked this question in Q&A
Discussion options

[!] CocoaPods could not find compatible versions for pod "firebase_core":
 In Podfile:
 firebase_core (from `.symlinks/plugins/firebase_core/ios`)
Specs satisfying the `firebase_core (from `.symlinks/plugins/firebase_core/ios`)` dependency were found, but they required a higher minimum deployment target.

Also in the podfile the minimum deployment target is 13.0
platform :ios, '13.0'

You must be logged in to vote

Replies: 1 comment

Comment options

Check the minimum iOS version required by your firebase_core version

  1. Go to the firebase_core pub.dev page or check its README.
  2. Look at the minimum iOS version it requires. (For recent Firebase versions, it may require iOS 14.0 or higher.)
  3. Increase the platform in your Podfile
  4. Open your ios/Podfile.
  5. Change the line: platform :ios, '13.0'

platform :ios, '14.0'(or higher as required by firebase_core, e.g. 15.0). I am using: platform :ios, '15.0' in ios => Podfile

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /