I'm getting a 'RNFIRMessaging.h' file not found.
I've tried to install a few different way, well in different order and all that but still I get this message.
If anyone (for which it's working) could do a screen capture video of installing it the right way, that would be a tremendous help.
I even tried linking by adding $(SRCROOT)/../node_modules/react-native-fcm/ios to header search paths but the I got 14 new errors
Or if someone have some general pointer what to look out for, how to fix this linking problem or whatever's wrong here.
RN: 0.40.0
react-native-fcm: 5.0.0
Simulator: iOS9 & 10 / iPhone 6
Build fails so app not running at all

Same issue! what's goin on?
I never had this problem until this evening...
Reinstalling with npm install react-native-fcm@<DESIDERED-VERSION> --save and react-native link fixed it for me
@almadsen is it recursive? also can you see the code in Libraries in your xcode solution?

RN: 0.40.0
react-native-fcm: 6.0.1
Simulator: iOS 10 / iPhone 6s Plus
@Kottidev @ethan37 @evollu
Add this line to the header search paths in Build Settings, xcode $(SRCROOT)/../node_modules/react-native-fcm/ios
i think with RN 0.40 we don't need to add path
@Kottidev So may it be, but it solved this same issue for me earlier today when I installed this package.
react-native link should add the search path for you.
@albinhubsch can this issue be closed?
@evollu I do think so. This issue does not seem to be a problem directly related to react-native-fcm.
For futher troubleshooting. Try my fix mentioned above and also make sure to check out issues like this one link. Also make sure to rebuild the project and check you schemes.
cool
Most helpful comment
@Kottidev @ethan37 @evollu
Add this line to the header search paths in Build Settings, xcode
$(SRCROOT)/../node_modules/react-native-fcm/ios