No Provisioning Profiles with a valid signing identity in xocde5

user2930730 picture user2930730 · Dec 5, 2013 · Viewed 22.9k times · Source

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

Answer

Mutawe picture Mutawe · Dec 5, 2013

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.