evollu / react-native-fcm

react native module for firebase cloud messaging and local notification
MIT License
1.73k stars 681 forks source link

/node_modules/react-native-fcm/ios/RNFIRMessaging.h:5:9: fatal error: 'FirebaseCore/FirebaseCore.h' file not found #import <FirebaseCore/FirebaseCore.h> #955

Open somsin opened 6 years ago

somsin commented 6 years ago

i am facing this issue all i have updated version in project , "react-native-fcm": "^15.0.2", "react-native-firebase": "^4.2.0", and pod is

pod 'Firebase/Core' pod 'Firebase/Firestore' pod 'Firebase/Messaging' pod 'Firebase/Analytics' , whats wrong here not able to get this i have in header path $(SRCROOT)/../node_modules/react-native-fcm/ios

somsin commented 6 years ago

https://stackoverflow.com/questions/50575524/node-modules-react-native-fcm-ios-rnfirmessaging-h59-fatal-error-firebasec

naviet2308 commented 6 years ago

@somsin remove "use_frameworks!" in your Podfile and run "pod install" Then using Xcode to rebuild your project It's working for me