简体   繁体   English

Xcode中的代码签名5

[英]Code Signing in Xcode 5

I am having issues validating my app in Xcode 5. I submitted an update 2 weeks ago with Xcode 4 fine. 我在Xcode 5中验证我的应用程序时遇到问题。我在2周前提交了更新,Xcode 4很好。 I hadn't touched any of my certificates or provisioning profiles. 我没有触及任何证书或配置文件。

When I try to validate, I get: 当我尝试验证时,我得到:

在此输入图像描述

When I try to download an identity, Xcode crashes on me. 当我尝试下载身份时,Xcode崩溃了。

I went into prefrence -> accounts and refeshed my Signing Identities and Provision Profiles: 我进入了prefrence - > 帐户并刷新了我的签名身份和配置文件:

在此输入图像描述

So I have the identies and profiles. 所以我有身份和个人资料。 What does it need in the Build Settings under Code Signing nows? Code Signing nows下的Build Settings需要什么?

在此输入图像描述

EDIT: 编辑:

changed the code signing: 更改了代码签名:

在此输入图像描述

Two things: 两件事情:

  1. The signing identities under "Release" should really be iOS Distribution, not Developer. “Release”下的签名身份应该是iOS Distribution,而不是Developer。 Also true of the AdHoc signing identities. AdHoc签名身份也是如此。

  2. I would check in the keychain to see what signing identities it has. 我会检查钥匙串,看看它有什么签名身份。 If you have any expired certificates, delete them. 如果您有任何过期的证书,请删除它们。 They can confuse XCode. 他们可以混淆XCode。

EDIT: 编辑:

On further reflection, it is odd that you have multiple Team Provisioning Profiles, you may want to remove all of those and download them again. 进一步思考,您有多个Team Provisioning配置文件很奇怪,您可能想要删除所有这些并再次下载它们。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM