Quickstart-ios: CocoaPods could not find compatible versions for pod "Firebase/Crashlytics": In Podfile: Firebase/Crashlytics

Created on 7 Aug 2020  路  3Comments  路  Source: firebase/quickstart-ios

I can't use Firebase/Crashlytics, becouse when i pod install it, there ares some error, my cocoapod version is 1.9.3
what 's wrong of it?

[!] CocoaPods could not find compatible versions for pod "Firebase/Crashlytics":
In Podfile:
Firebase/Crashlytics

None of your spec sources contain a spec satisfying the dependency: Firebase/Crashlytics.

You have either:

  • out-of-date source repos which you can update with pod repo update or with pod install --repo-update.
  • mistyped the name or version.
  • not added the source repo that hosts the Podspec to your Podfile.

Most helpful comment

I also faced same issue and resolved by updating all Firebase pods.
You need to have the latest Firebase related pods(Ex: 'Firebase/Core','FirebaseMessaging' etc.)

All 3 comments

Can you share your Podfile? Also, does running pod install --repo-update fix the issue?

I also faced same issue and resolved by updating all Firebase pods.
You need to have the latest Firebase related pods(Ex: 'Firebase/Core','FirebaseMessaging' etc.)

I also faced same issue and resolved by updating all Firebase pods.
You need to have the latest Firebase related pods(Ex: 'Firebase/Core','FirebaseMessaging' etc.)
OOOh, it worked to me, THANKS!
I update Firebase to this: pod update Firebase, and then I can pod install Firebase/Crashlytics

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mingsai picture mingsai  路  5Comments

myflashlab picture myflashlab  路  5Comments

EthanDoan picture EthanDoan  路  6Comments

isipisi281 picture isipisi281  路  9Comments

svachmic picture svachmic  路  5Comments