带标识符的应用程序ID不可用

时间:2015-12-15 06:06:33

标签: ios xcode

我是xcode的新手,我的xcode显示:

No provisioning profiles with a valid signing identity (i.e. certificate and private key pair) matching the bundle identifier “com.domainName.AppName” were found.

Xcode can attempt to fix this issue. This will reset your code signing and provisioning settings to recommended values and resolve issues with signing identities and provisioning profiles.

点击"修复问题"按钮,然后我收到消息:

App ID with Identifier 'com.domainName.AppName' is not available

理论上不可能让其他人拥有相同的App ID,因为我怀疑没有人应该拥有与我相同的域名。我怎样才能找到哪个帐户以及谁拥有该应用程序ID?

3 个答案:

答案 0 :(得分:4)

如果您不想创建配置证书但仍想在设备上运行该应用,则必须在xcode中添加Apple帐户,然后您必须执行以下步骤:{{ 3}}

只需选择已添加帐户的团队名称,然后更改Code Signing Identity Team Selection

答案 1 :(得分:0)

转到xcode - >偏好 - >帐户 - >选择苹果ID - >(选择您的代理商帐户,如果有),然后点击查看详细信息 - >选择您的签名身份并点击全部下载

答案 2 :(得分:0)

这是因为您还没有在Apple开发者网站上创建应用ID,或者您没有在Xcode帐户中添加正确的帐户。

首先,转到开发者网站,检查是否需要添加App Id com.domainName.AppName。 其次,将您的帐户添加到Xcode帐户中。转到Xcode - >偏好 - >如果您还没有帐户,请点击左下方的点按加号按钮添加帐户。

之后尝试再次按下修复问题,它应该可以正常工作