I am using RNConfig to set bundle id from env.
When I first run the app, I get the following error:
Required Info.plist Value Not Found A CFBundleIdentifier value in your Info.plist is required. Please confirm this value is present in /Users/xxx/Library/Developer/Xcode/DerivedData/xxx-ezsuhwnwawmjstbafzmcrqcxqpaw/Build/Products/Debug-iphonesimulator/xxx.app/Info.plist
To get it working, I need to reopen Xcode and try again.
The error above is the same one when I manually delete ios/tmp.xcconfig file, and try to run the app. So it seems there is an issue with the build system trying to access the env vars before the RNConfig magic is done.
Any solution to this?
I am using RNConfig to set bundle id from env.
When I first run the app, I get the following error:
To get it working, I need to reopen Xcode and try again.
The error above is the same one when I manually delete
ios/tmp.xcconfigfile, and try to run the app. So it seems there is an issue with the build system trying to access the env vars before the RNConfig magic is done.Any solution to this?