appdelegate.m:12:9: 'rctbundleurlprovider.h' file not found
Closed this issue · 5 comments
amitbravo commented
react-native: 0.55.3
react : 16.3.2
xcode : 9.3
"react-native-global-props appdelegate.m:12:9: 'rctbundleurlprovider.h' file not found"
I did update pod file, e.g. pod install ., it did not work.
NightWarrior commented
Unlink react-native-global-props and build.
react-native unlink react-native-global-props
rodrigobdz commented
@NightWarrior I'm still getting the error after unlinking it. How would an unlink help? I'm curious.
amitbravo commented
Did you use in app/build.gradle something like:
ext {
// dependency versions
googlePlayServicesVersion = "15.0.0" // default: "+"
compileSdkVersion = 27 // default: 23
buildToolsVersion = "27.0.3" // default: "25.0.2"
targetSdkVersion = 27 // default: 22
}
rodrigobdz commented
@amitbravo Not really but unlinking did the trick for me after all.