有人可以解释一下吗? Xcode包标识符需要是唯一的消息

前端之家收集整理的这篇文章主要介绍了有人可以解释一下吗? Xcode包标识符需要是唯一的消息前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
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.

当我在Signing> Team“Pieter(Personal Team)”下选择我自己的用户帐户时,这是我在Xcode中获得的消息.我正在尝试构建一个示例应用程序(Cordova).如果我更改了包ID,我可以摆脱错误,但我不接受该解决方案作为解决方案.我需要能够使用自己的包ID构建一个示例项目…

解决方法

在我的情况下,我在导出存档时选择了错误的开发团队:

Development team

猜你在找的Xcode相关文章