Reputation: 34798
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:
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
Upvotes: 13
Views: 21768
Reputation: 891
Just having the certificate on its own wont help. You need to check if you also have the private key associated with it.
Click on Keychain access on your Mac, and go to the Certificates part and check if your certificate comes with your private key. If it doesnt, then you might have to get your private key.
You can have a look at this tutorial:
http://seventhsoulmountain.blogspot.com/2013/09/ios-code-sign-in-complete-walkthrough.html
Upvotes: 4
Reputation: 5940
I ran into this problem. I have created a list of step by step instructions on how to fix it. Hope it helps.
Upvotes: 6