Getting error while pod install #6151
Replies: 7 comments 15 replies
-
I encourage you to use the pod-install package ( |
Beta Was this translation helpful? Give feedback.
-
Try pod deintegrate then do pod install. |
Beta Was this translation helpful? Give feedback.
-
@RNdevAvinash Any solution you found for this.I am facing similar issues with @react-native-firebase/crashlytics. I just now upgraded react-native version from 0.63.4 to 0.67.4. |
Beta Was this translation helpful? Give feedback.
-
Maybe it would be related to the M1 mac book.
|
Beta Was this translation helpful? Give feedback.
-
I don't know if this may help anyone, but I ran over very similar issue, this is what I did:
Note: All @react-native-firebase/* libraries have more up to date versión(16.4.6). But I don't like to be always on the latest cause is too risky for production apps, but use what fits your needs. UPDATE: I did update all react-native-firebase dependencies to the latest version. |
Beta Was this translation helpful? Give feedback.
-
Hi, I encountered this problem upgrading to version 16.4.6 and I couldn't find a way to fix it.I've tried everything and more, but I still get this error
|
Beta Was this translation helpful? Give feedback.
-
I'm getting this error after install Firebase libraries: This is my Podfile:
|
Beta Was this translation helpful? Give feedback.
-
[!] CocoaPods could not find compatible versions for pod "Firebase/Analytics":
In Podfile:
RNFBAnalytics (from
../node_modules/@react-native-firebase/analytics
) was resolved to 14.7.0, which depends onFirebase/Analytics (= 8.14.0)
None of your spec sources contain a spec satisfying the dependency:
Firebase/Analytics (= 8.14.0)
.You have either:
pod repo update
or withpod install --repo-update
.firebase versions
Beta Was this translation helpful? Give feedback.
All reactions