React-native-fcm: 'FirebaseCore/FirebaseCore.h' file not found

Created on 28 May 2018  路  9Comments  路  Source: evollu/react-native-fcm

why i am getting this issue any idea 'FirebaseCore/FirebaseCore.h' file not found

Most helpful comment

I updated the Podfile and it worked for me.

pod 'Firebase/Core', '4.9.0'
pod 'Firebase/Messaging', '4.9.0'
pod 'FirebaseAnalytics', '4.0.9'

All 9 comments

On which platform have you installed the library on ? Ios ? Android?

'FirebaseCore/FirebaseCore.h in ios , and using react native

"react-native-fcm": "^15.0.2",
"react-native-firebase": "^4.2.0",
this is in pod
pod 'Firebase/Core'
pod 'Firebase/Firestore'
pod 'Firebase/Messaging'
pod 'Firebase/Analytics'

I updated the Podfile and it worked for me.

pod 'Firebase/Core', '4.9.0'
pod 'Firebase/Messaging', '4.9.0'
pod 'FirebaseAnalytics', '4.0.9'

whats your "react-native-fcm":",
"react-native-firebase": version in package.json

I'm using version:
"react-native": "0.47.0",
"react-native-fcm": "^15.0.2"

Let's remove the Podfile.lock file and Pods folder. Reinstall with 'pod install'

@quangvo09 I love you man!

@quangvo09 Thank you man!

Check you've opened the .xcworkspace file before building, rather than the .xcodeproj

Was this page helpful?
0 / 5 - 0 ratings