I am trying to run my React Native app in XCode and I keep getting this error. I cannot figure out how to resolve the issue. Any suggestions?
Screen Shot of Error in
I had the same issue and I fixed it by placing RNFIRMessaging.h above the React/RCTBundleURLProvider.h
So it look I will look like:
#import "AppDelegate.h" #import "RNFIRMessaging.h" #import #import