简体   繁体   中英

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. 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.

I went into prefrence -> accounts and refeshed my Signing Identities and Provision Profiles:

在此输入图像描述

So I have the identies and profiles. What does it need in the Build Settings under Code Signing nows?

在此输入图像描述

EDIT:

changed the code signing:

在此输入图像描述

Two things:

  1. The signing identities under "Release" should really be iOS Distribution, not Developer. Also true of the AdHoc signing identities.

  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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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