2

iphone distribution identity is missing from code signing but in iOS dev center under the provisioning profile have both certificate.

Now to make iPhone distribution identity appear in code signing.

Thanks for help.

user1452248
  • 767
  • 2
  • 11
  • 28

1 Answers1

2

Goto your target settings, code sign section, then select distribution profile. enter image description here

Guru
  • 21,652
  • 10
  • 63
  • 102
  • But i don't see distribution profile in code sign section to select – user1452248 Jul 26 '12 at 18:57
  • @user1452248, then goto xcode organizer and confirm your provisioning profile is valid and status in green color. If it is not valid then you need to install certificate(.p12) in keychain access. – Guru Jul 26 '12 at 19:04
  • Yeah that is what exactly i did. I think distribution profile is missing from code sign because it is not matching with the bundle identifier of the app. my identifier i think is com.something.abc but my profile maybe created for com.something.xyz. because later on i changed my project name. So how i can fix this issue – user1452248 Jul 26 '12 at 19:08
  • now bundle identifier in app and provisioning profile is same or different? If not same then no way..u need to create new provisioning profile, If same and still getting problem then download your distribution certificate and provisioning profile again and install. This sure solve your problem.. – Guru Jul 26 '12 at 19:12