fatal error: module 'Firebase' not found, not using cocoapods
See original GitHub issueI’m running this versions of RN and RNFCM
"react-native": "0.50.3",
"react-native-fcm": "^14.1.3",
I’m getting an error on build saying It can’t find the Firebase module, I’ve added the Firebase manually and linked the library manually also.
I’ve added firebase.h
, module.modulemap
. Added the user headers, Header and framework search paths, Also I’ve added the the library to the build phase
I’ve also read #826 and followed some solutions there and didn’t work.
Here are some screenshots that might be useful
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:21 (4 by maintainers)
Top Results From Across the Web
Firebase Module install on ios - Stack Overflow
So that when I want to import Firebase to a file that is used in other targets, Xcode gives error and says Module...
Read more >"Module 'Firebase' not found" while building (iOS) #826 - GitHub
I'm using cocoapods in my project. Updated to the latest version of react-native-fcm and since then I'm getting this error. Also tried to...
Read more >Module 'Firebase' not found? - Google Groups
I have successfully added SDK via Podfile. But in the last step I got error "Module 'Firebase' not found" when trying @import Firebase;...
Read more >Could not build Objective-C module 'Firebase'
... Objective-C module 'Firebase'. This error appears in "Import Firebase" of my file "ViewController.swift". ... I'm not using Pod, I am using carthage....
Read more >iOS Installation - React Native Firebase
You need to use the ios/[YOUR APP NAME].xcworkspace instead of the ios/[YOUR APP NAME].xcproj file from now on. Option 2: Manual frameworks ( ......
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
Following, having the same issue
Having the same issue 😦