module 'FirebaseCore' not found on 11.0.1
See original GitHub issueRN 0.51, RN-FCM 11.0.1
tried downloading new firebase libraries and replacing old ones in pods, clearing everything (xcode, node_modules, xcode derived data), relinking with reac-native-link nothing works
Note that I don’t use cocoapods
Still give’s me:
node_modules/react-native-fcm/ios/RNFIRMessaging.h: Analyzer skipped this file due to parse errors
node_modules/react-native-fcm/ios/RNFIRMessaging.h:4:9: fatal error: module 'FirebaseCore' not found
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:28 (10 by maintainers)
Top Results From Across the Web
Could not build Objective-C module 'Firebase' and ...
No such module 'Flutter'. 'FirebaseCore/FirebaseCore.h' file not found. Note1 = VS Code the application opens.
Read more >Module 'Firebase' not found? - Google Groups
Doing the following steps on the terminal command line: 1. pod repo update; 2. Commented the pod 'Firebase' line from my Podfile; 3....
Read more >Xcode - No such module 'Firebase' - CodeCrew Community
I got to five minutes into the video, and then I received the error message “No such module 'Firebase'” when I tried to...
Read more >Release Notes | Firebase - Google
This page provides a changelog that lists new SDK releases and describes updates to the Firebase console and Firebase services.
Read more >Release Notes - Play services - Google Developers
The initial beta releases of the following are now available: Firebase App Check; Firebase dynamic feature module support. For more information, see the ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@drailanjohngss I did this instead of manual linking:
Podfile
into a different directoryPodfile
back into theios
folderand you’re done
@Stettinum
worked for me