Search code examples
ioscode-signingprovisioning-profile

code sign identity: Automatic


I used to have Automatic code sign identity: iPhone Developer to test on real device (it matched to my "development" certificate).

Soon in my target's settings, I've faced with no ability to choose "iPhone Developer" and I don't see any of my developer certificates but just "distribution" profile:

enter image description here

On the other hand on the same Project, on my project's settings (not target) I can see it:

(but it still doesn't match to my certificates)

enter image description here

I've tried to restart XCode, clean project etc, nothing help... So what's wrong with my target?


Solution

  • I'm sorry, the problem was that wrong "distribution profile" was set under "Provisioning profile" option.

    That's why I wasn't able to set code sign identity to "iPhone developer" etc...