Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't get Xcode to see my distribution certification? Code sign error: The identify 'iPhone Distribution' doesn't match any identity in any profile?

I can't seem to get Xcode to see my distribution certification? Code sign error: The identify 'iPhone Distribution' doesn't match any identity in any profile?

So:

  • In IOS Provisioning Portal
    • have a distribution certificate that is NOT expired
    • have a Team Provisioning Profile (not really sure of how this is used)
  • Have downloaded the distribution cert and double clicked on it and imported it to keychain
  • Goto Xcode - created a distribution profile
  • Under Product / BuildSettings / Distribution line item => If I click on "iPhone Distribution" there is no matches that occur....

If I can see the distribution certificate in KeyLink shouldn't this be the trigger for Xcode to be able to see this?

Am I missing something / how could I fix so I can press ahead with uploading app...

thanks

like image 516
Greg Avatar asked Nov 11 '11 23:11

Greg


People also ask

How do I use iOS distribution certificate in Xcode?

Go to the Apple developer website and click Certificates, IDs & Profiles. Click plus icon to add a new certificate. Select "Apple Distribution" and click continue. Upload Certificate Signing Request.

How do I update my iOS distribution certificate?

Distribution Certificates Must Be Renewed Periodically To continue distribution, navigate to the Devices organizer in Xcode. Select the expired profile and click Renew Profile in the red bar at the top. This will renew your expired certificate and add it to the provisioning profile.


1 Answers

I ran into this problem. I have created a list of step by step instructions on how to fix it. Hope it helps.

iPhone app signing: A valid signing identity matching this profile could not be found in your keychain

like image 90
Louie Avatar answered Sep 28 '22 18:09

Louie