CalixJumi
CalixJumi

Reputation: 377

Why is asking for iPhone Distribution?

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

Answers (1)

Robin Summerhill
Robin Summerhill

Reputation: 13675

Open the Keychain app, select the 'Certificates' option in the left-hand panel and check that you have something like this:

enter image description here

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:

enter image description here

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.

enter image description here

Report back and we'll take it from there.

Upvotes: 1

Related Questions