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.

module 'FirebaseCore' not found on 11.0.1

See original GitHub issue

RN 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:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:28 (10 by maintainers)

github_iconTop GitHub Comments

5reactions
Bernhard---Hcommented, Jan 18, 2018

@drailanjohngss I did this instead of manual linking:

  1. move Podfile into a different directory
  2. npm install --save react-native-fcm
  3. react-native link react-native-fcm 2b. move Podfile back into the ios folder
  4. add only this to my podfile:
    pod 'FirebaseMessaging'
  1. Run pod install

and you’re done

2reactions
damathryxcommented, Jun 1, 2018

@Stettinum

  pod 'Firebase/Core', '4.0.0'
  pod 'Firebase/Messaging'

worked for me

Read more comments on GitHub >

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

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