Reputation: 377
I'm using Xode 4, and i have recently uploaded my first app... but now i want to start making upgrades, idk what did i move but now i got always this:
Code Sign error: The identity 'iPhone Distribution' doesn't match any identity in any profile
I use 2 accounts, anyways i deleted all files according to keys and certificates, and did the process again... i started btw with the error of not getting correct build identifier, wich now evolved in this code sign error. Anyone have any idea? im using debug scheme (or that), i deleted my "distribution", but idk why it says 'iPhone Distribution' instead something else... don anyone have any ideas?
Thanks in advance
Upvotes: 0
Views: 90
Reputation: 13675
Open the Keychain app, select the 'Certificates' option in the left-hand panel and check that you have something like this:
You should see an iPhone Distribution certificate with a green tick to say that it is valid and an 'Apple Worldwide Developer' certificate.
Then open Organizer from Xcode, select the 'Devices' tab and then select 'Developer Profile' on the left:
Check that you have an iPhone Distribution identity in the right-hand panel.
Select Provisioning Profiles in the left-hand panel and check that you have a distribution profile in the right-hand panel.
Report back and we'll take it from there.
Upvotes: 1