CocoaPods could not find compatible versions for pod "Firebase/Core"
See original GitHub issueI’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:
- Created 5 years ago
- Reactions:13
- Comments:20 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Try
Try deleting Podfile.lock and then
pod update