Skip to content

[Xcode 11] CFBundleIdentifier value must be the same as PRODUCT_BUNDLE_IDENTIFIER #4939

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
DimitarTachev opened this issue Aug 9, 2019 · 0 comments
Assignees
Labels
bug build Describes issues related to build operations os: ios
Milestone

Comments

@DimitarTachev
Copy link
Contributor

Environment

  • CLI: 6.0.3
  • Cross-platform modules: 6.0.1
  • iOS Runtime: 6.0.1

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

  1. npm i nativescript@latest
  2. sudo xcode-select -s <path-to-your-xcode11-beta5>
  3. tns create jsHelloWorld --js && cd jsHelloWorld
  4. tns build ios --emulator

Expected behavior
The app should be built without any warnings.

Related to: #4909

@DimitarTachev DimitarTachev added bug os: ios build Describes issues related to build operations labels Aug 9, 2019
@DimitarTachev DimitarTachev added this to the 6.1.0 milestone Aug 9, 2019
@rosen-vladimirov rosen-vladimirov modified the milestones: 6.1.0, 6.1.1 Sep 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug build Describes issues related to build operations os: ios
Projects
None yet
Development

No branches or pull requests

4 participants