why i am getting this issue any idea 'FirebaseCore/FirebaseCore.h' file not found
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
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'