You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Building a HelloWorld JS app using Xcode 11 beta 5 is showing the following warning: User-supplied CFBundleIdentifier value 'org.nativescript.jsHelloWorld' in the Info.plist must be the same as the PRODUCT_BUNDLE_IDENTIFIER build setting value ''. (in target 'jsHelloWorld' from project 'jsHelloWorld')
To Reproduce
npm i nativescript@latest
sudo xcode-select -s <path-to-your-xcode11-beta5>
tns create jsHelloWorld --js && cd jsHelloWorld
tns build ios --emulator
Expected behavior
The app should be built without any warnings.
Environment
Describe the bug
Building a HelloWorld JS app using Xcode 11 beta 5 is showing the following warning:
User-supplied CFBundleIdentifier value 'org.nativescript.jsHelloWorld' in the Info.plist must be the same as the PRODUCT_BUNDLE_IDENTIFIER build setting value ''. (in target 'jsHelloWorld' from project 'jsHelloWorld')
To Reproduce
npm i nativescript@latest
sudo xcode-select -s <path-to-your-xcode11-beta5>
tns create jsHelloWorld --js && cd jsHelloWorld
tns build ios --emulator
Expected behavior
The app should be built without any warnings.
Related to: #4909
The text was updated successfully, but these errors were encountered: