evollu / react-native-fcm

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

'RCManager.h file not found' Local Notifications iOS Setup #545

Open mjuandy opened 7 years ago

mjuandy commented 7 years ago

Hi, I'm trying to setup my application just for local notifications. After following all of the setup instructions for iOS non-cocoaPods and following the Firebase README I get a fatal error in my AppDelegate.m file 'RCManager.h file not found'.

Version Numbers react-native: 0.45.1 react-native-fcm: 8.0.0

Device: iPhone 6 iOS 10.3

App is running in the foreground.

Are there any specific instructions just for setting up local notifications?

evollu commented 7 years ago

what is RCManager.h? doesn't sound part of this repo

mjuandy commented 7 years ago

Sorry the problem is with RNFirMessaging.h

evollu commented 7 years ago

can you check if you have set up header file lookup directory correctly? react-native link should set it for you though

mjuandy commented 7 years ago

The header search path on XCode points to the native module so I think its hooked up correctly