-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🐛] 🔥 Error: CocoaPods could not find compatible versions for pod "FirebaseCore" on build #8062
Comments
doesn't seem like this is needed any more?
Not sure why it's pulling in the wrong dependencies. The RNFBMessaging.podspec specifies an unversioned transitive dependency on FirebaseCoreExtension here:
It does so because that dep is not always at the same version upstream, despite being current - it has been like this since v19.1 or so around here cb7ed0e Perhaps you just need to do a This does not reproduce in any build testing I've ever done so I'm unsure |
Hey thanks for the response @mikehardy. The boringSSL part was a mistake and I removed it, along with doing a I also tried updating brew, cocoapods, and Also just tried to add this back in but nope.
I didn't wanna mess with Podfiles too much as I am not very familiar with it :/ |
Something else must be pinning it somehow. All I can say is our e2e app, my work app, .and if you Google mikehardy rnfbdemo my build demonstrator are all fine |
Hey it was an error on our end, these pods were pinned in the |
Issue
Hello!
I am currently working on an expo project with react-native-firebase.
A bit of background context: I recently ran into this issue after upgrading my MacOS and xcode versions. Initially, I tried to fix the problem using the plugin approach mentioned here.
Unfortunately it was giving me the following error and failed.
Initial error
The above error occurred on expo SDK 50 and react-native-firebase V19. As per this comment i decided to upgrade my packages hoping to fix the issue.
I upgraded all my packages and expo to their latest versions. (versions shown below)
When I try to build the project I get the following error
The error is there for all
prebuild
,run:ios
andeas build --platform ios
commandsnpx expo-doctor
output:npx expo install --fix
output:Project Files
Javascript
Click To Expand
package.json
:firebase.json
for react-native-firebase v6:# N/A
iOS
Click To Expand
ios/Podfile
:AppDelegate.mm
:Android
Click To Expand
Have you converted to AndroidX?
android/gradle.settings
jetifier=true
for Android compatibility?jetifier
for react-native compatibility?android/build.gradle
:// N/A
android/app/build.gradle
:// N/A
android/settings.gradle
:// N/A
MainApplication.java
:// N/A
AndroidManifest.xml
:<!-- N/A -->
Environment
Click To Expand
react-native info
output:react-native-firebase
version you're using that has this issue:21.0.0
Firebase
module(s) you're using that has the issue:e.g. Instance ID
TypeScript
?The text was updated successfully, but these errors were encountered: