Module 'FirebaseCore' not found #6339
-
I am facing error when integrating Firebase Authentication on iOS project. But when I change "@import FirebaseCore;" to "#import "FirebaseCore/FirebaseCore.h". everything feels working. Please help me where I am wrong. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 18 replies
-
Hi there! You provided none of that unfortunately, so we can't help you. https://stackoverflow.com/help/how-to-ask Additionally in that template it asks the question if you have searched for similar issues. My guess is this is covered in one of the recent issues with regard to react-native-firebase v15, which I can only guess you are using since you did not log an issue so you did not fill in version details so I can only guess. You will probably need to make sure you have followed install instructions here https://rnfirebase.io/#altering-cocoapods-to-use-frameworks I can only guess at your setup, so if you are using Expo, note that we try to help Expo users but we do not use Expo ourselves as maintainers, so we rely on the community to help, and currently we do not have a 100% answer for how to do the things you need for Expo and react-native-firebase v15, but users have reported they got it running here |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
What worked for me, just in case it helps anyone else.
|
Beta Was this translation helpful? Give feedback.
-
in FirebaseCoreInternal.h and in podfile |
Beta Was this translation helpful? Give feedback.
-
the fix was to add this line below target ['your app'] do in pod file pod 'FirebaseCore', :modular_headers => true |
Beta Was this translation helpful? Give feedback.
hi , In my case I just add this line + pod install and it build succeed :
pod 'FirebaseCore', :modular_headers => true