无法修复代码签名问题:Xcode7.3

时间:2016-04-29 11:26:36

标签: ios xcode certificate provisioning-profile xcode7.3

我正在尝试在不同设备上运行我的应用程序以进行测试。它成功地允许我在iPhone4S,iPhone6和Linux上运行该应用程序。 iPhone6S。我试图在我的iPhone 5上运行它但是我收到以下错误:

"Failed to code sign. None of the valid provisioning profiles include the devices "DEVICE NAME". Xcode can attempt to fix this" 

当我点击“修复问题”时,我得到以下信息:

"Unable to fix code signing issue" "Xcode failed to resolve this issue. Check your code signing setting; ensure you have matching signing certificates and provisioning profiles installed and try again".

我尝试过以下各种答案,例如None of the valid provisioning profiles include the devices,但我使用的是免费帐户,因此我无法访问developer.apple.com上的设备门户。

如果不在开发门户上添加设备,如何修复此错误?奇怪的是我在这个设备上只有这个问题。

任何帮助将不胜感激

P.S。我正在使用Xcode 7.3

更新:

我的苹果ID如下所示:

enter image description here

4 个答案:

答案 0 :(得分:1)

转到 PRODUCT点击个人资料!它将解决您的问题,或者只是去构建进行性能分析。

答案 1 :(得分:0)

首先,您必须确保拥有有效的Apple开发者帐户,然后才能访问developer.apple.com并为您的应用生成配置文件。

更多请检查我希望它能解决您的问题:

Xcode 7 error: "Missing iOS Distribution signing identity for ..."

答案 2 :(得分:0)

如果您使用的是开发人员帐户,请确保您在开发人员帐户和配置文件中注册了您尝试安装该版本的设备。否则Xcode将不允许您在那里安装构建。

答案 3 :(得分:0)

我们可以使用免费的开发者帐户测试我们的应用程序的设备数量没有限制。我在5台设备上测试了我的应用程序,而且一切正常。但唯一的问题是供应配置文件将在7天后到期,因此除非我们从XCode重新启动,否则应用程序在7天后无法运行。代码签名问题可能是由于其他一些问题。但我仍然不明白为什么苹果团队的人告诉你限制是3台设备。

更多信息 - Is there a limit on the number of devices on which we can launch our app using the free apple developer account?