Ajackster/react-native-global-props

appdelegate.m:12:9: 'rctbundleurlprovider.h' file not found

Closed this issue · 5 comments

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.

Unlink react-native-global-props and build.
react-native unlink react-native-global-props

@NightWarrior I'm still getting the error after unlinking it. How would an unlink help? I'm curious.

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
}

@amitbravo Not really but unlinking did the trick for me after all.

This should be fixed with this PR