React Native 0.43.4: <RCTBundleURLProvider.h> file not found - AppDelegate.m

#import <React/RCTBundleURLProvider.h>

in AppDelegate.m

in Xcode, enter this error 'React/RCTBundleURLProvider.h' file not found

.

I have dependencies:

"react": "16.0.0-alpha.6" "react-native": "0.43.4"

Any idea on how to resolve this error?

+3


source to share





All Articles