question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

fatal error: module 'Firebase' not found, not using cocoapods

See original GitHub issue

I’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

screen shot 2018-04-13 at 8 33 14 pm screen shot 2018-04-13 at 8 33 25 pm screen shot 2018-04-13 at 8 33 55 pm screen shot 2018-04-13 at 8 35 21 pm screen shot 2018-04-13 at 8 35 14 pm screen shot 2018-04-13 at 8 35 08 pm

screen shot 2018-04-13 at 8 39 28 pm

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:2
  • Comments:21 (4 by maintainers)

github_iconTop GitHub Comments

8reactions
wincod75commented, Apr 16, 2018

Following, having the same issue

7reactions
yarikgenzacommented, Apr 15, 2018

Having the same issue 😦

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found