Skip to content

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

Closed
@DimitarTachev

Description

@DimitarTachev

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

Metadata

Metadata

Assignees

Labels

bugbuildDescribes issues related to build operationsos: ios

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions