question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CocoaPods could not find compatible versions for pod "Firebase/Core"

See original GitHub issue

I’m getting this error trying to set things up.

[!] CocoaPods could not find compatible versions for pod "Firebase/Core":
  In snapshot (Podfile.lock):
    Firebase/Core (= 5.4.0, ~> 5.0)

  In Podfile:
    Firebase/Core (~> 5.4.0)

Specs satisfying the `Firebase/Core (~> 5.4.0), Firebase/Core (= 5.4.0, ~> 5.0)` dependency were found, but they required a higher minimum deployment target.

Not sure which version needs to be fixed, Firebase/Core or CoocaPods version?

pod --version gives me 1.5.3

When I try to build I get the error
FirebaseCore/FirebaseCore.h’ file not found

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:13
  • Comments:20 (1 by maintainers)

github_iconTop GitHub Comments

32reactions
chemerisukcommented, Sep 12, 2018

Try

cd platforms/ios && pod update
29reactions
VrushaliWanicommented, Nov 27, 2018

Try deleting Podfile.lock and then pod update

Read more comments on GitHub >

github_iconTop Results From Across the Web

ios - CocoaPods could not find compatible versions for pod ...
Try calling pod repo update. if the issue is not fixed. delete the Podfile.lock in the root directory, after that run pod install....
Read more >
Error: CocoaPods could not find compatible versions for pod
Error Message. “Error: CocoaPods could not find compatible versions for pod” is published by Fredric Cliver.
Read more >
I can no longer build locally. - Discuss and Get Help | FlutterFlow
CocoaPods could not find compatible versions for pod "FirebaseCore": In Podfile: cloud_functions (from `.symlinks/plugins/cloud_functions/ios`) was resolved ...
Read more >
FirebaseCore on CocoaPods.org
To access FirebaseMessaging via a checked out version of the firebase-ios-sdk repo do: pod 'FirebaseCore', :path => '/path/to/firebase-ios-sdk' pod ...
Read more >
CocoaPods could not find compatible versions for pod "Firebase
CocoaPods could not find compatible versions for pod "Firebase/Core": In Podfile: Firebase/Core Specs satisfying the `Firebase/Core` dependency were found, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found