Xcode 包标识符需要是唯一的消息
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/40918816/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Xcode bundle identifier needs to be unique message
提问by Pieter
Failed to create provisioning profile.
The app ID "com.example.hello" cannot be registered to your development team.
Change your bundle identifier to a unique string to try again.
This is the message that I get within Xcode when I select my own user account under Signing>Team "Pieter (Personal Team)". I'm trying to build a sample application (Cordova).
这是我在 Xcode 中在Signing>Team "Pieter (Personal Team)"下选择我自己的用户帐户时收到的消息。我正在尝试构建一个示例应用程序 (Cordova)。
If I change the bundle ID I can get rid of the error, but I don't accept that workaround as a solution. I need to be able to build a sample project with its own bundle ID.
如果我更改包 ID,我可以摆脱错误,但我不接受该解决方法作为解决方案。我需要能够使用自己的包 ID 构建示例项目。