Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No Provisioning Profiles with a valid signing identity in xocde5

When I try to use Xcode5 dp6 to run app on devices. I got an error of

No Provisioning Profiles with a valid Signing identity found issue

How can I resolve this issues.

enter image description here

like image 690
user2930730 Avatar asked Dec 05 '13 10:12

user2930730


3 Answers

All you need to do is:

    1. go to Certificates, Identifiers & Profiles in the Developer Center
    2. create a new provisioning profile in "Provisioning Profiles" / "Distribution"
    3. download the profile and open it
    4. restart Xcode

And you can take a look at this post, and this and this.

like image 124
Mutawe Avatar answered Oct 01 '22 13:10

Mutawe


  1. Close Xcode
  2. Use keychain to delete your developer certificate and private key.
  3. Use Developer Center to revoke/delete your developer certificate.
  4. Use Developer Center to delete all the invalid development provisioning profiles.
  5. Run Xcode > Preferences > Accounts > (Double click your team) > Refresh.
  6. Xcode will prompt to submit a request to get a new developer certificate signed. (Choose yes).
  7. (Optional) Have you team leader approve the pending certificate in the Developer Center.
  8. Press refresh again to have Xcode download the new provisioning profiles.

You should now be able to select one of the Team Provisioning profiles to run in debug mode.

like image 40
Ryan Williams Avatar answered Oct 01 '22 14:10

Ryan Williams


  1. Goto Xcode Preference -> Account
  2. Select/Add developer account.
  3. Now click on View Details...
  4. Click on Refresh
  5. Restart Xcode
like image 36
Kirit Vaghela Avatar answered Oct 01 '22 14:10

Kirit Vaghela