Search code examples
xcodedistributionarchivekeychain

No identities are available for signing - publishing app in xcode


I'm fighting with this problem for two days. I've finished my app in xcode 4.6, I created the app on Itunes Connect and the status is Waiting For Upload. I've also all the certificates (developer and Distribution) and in Distribution Provisioning Profiles I have my profiles.

LINK

In xcode I create the archive by the comand Product -> Archive and everything goes ok. But when I click on validate or Submit an error message comes out: No identities are available for signing (in my Keychain everything is ok).

LINK

Even if I press Download Identities nothing happens.

I have no idea how to fix the problem. I have spent two days looking for solutions here and in other forums, following the instructions, but I have not found anything...

Thank you for your help.


Solution

  • Have you completed the code signing section?

    If you select your project name from the top of the inspector on the left of Xcode, click Build Settings than find the Code Signing section:

    enter image description here