-
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
[🐛] Expo - ios React Native Firebase - pod install not working #6323
Comments
Hi there! You've ignored our issue template and not specified steps to reproduce Perhaps if you included every single command line you run / config file contents required to start from scratch constructing an example others could follow along and reproduce the issue? Please note that not everyone uses Expo, in particular none of the primary maintainers here do, so as you ask for help in non-expo modules you need to be quite specific and include reproduction information like this |
Hello, I have exactly the same error in react-native 0.68.2 I simply updated the version from ^14.0.0 to "@react-native-firebase/app": "^15.0.0", once done I did an npm update then an arch -x86_64 pod update which gives the same error from above. Sincerely. |
@rocket13011 that's insufficient as a problem description My comment was quite specific and prescriptive, please read it entirely and include requested information |
I solved my problem by putting : |
With apologies, please let me set clear expectations
We provide a module that is tested thoroughly in a non-Expo environment. That's our commitment currently as maintainers. We need the Expo community to step up directly for Expo-specific issues, and our commitment is to then merge things for Expo folks, but we will likely not be able to actually help you troubleshoot much or create PRs. |
@mikehardy - Thank you. Noted. |
I created a new issue with the steps to reproduce and a repo: #6332 |
This comment was marked as duplicate.
This comment was marked as duplicate.
I just realized I'm on a closed issue and your repro is on the new issue, I am going to re-post there and hide my comment here to keep conversation in one spot where possible |
thanks |
Hey there! I take it you're on the unmanaged workflow? I'm on managed so don't have the iOS folder and associated pod files exposed. I think the solution needs to be on the config plug-in level for it to work on the managed workflow. |
Hi everyone
I am trying to use expo with react native firebase in the config plugin as explained on the link
The installation is working for android, but for ios I am running in the following error. Any guidance would be helpful. Thank you
pod install
in theios
directory.Command
pod install
failed.└─ Cause: The following Swift pods cannot yet be integrated as static libraries:
The Swift pod
FirebaseCoreInternal
depends uponGoogleUtilities
, which does not define modules. To opt into those targets generating module maps (which is necessary to import them from Swift when building as static libraries), you may setuse_modular_headers!
globally in your Podfile, or specify:modular_headers => true
for particular dependencies.I have tried running with use_modular_headers! in the PodFile to install the pods. Post which I run into the following issue:
510 |
511 | // They need the definitions of integer types.
The text was updated successfully, but these errors were encountered: