Search code examples
xcodeprovisioning-profile

Xcode5 "No matching provisioning profiles found issue" (but good at xcode4)


Everything is OK on Xcode4.6. When I try to use Xcode5 dp6 to run app on devices. I got an error of "No matching provisioning profiles found issue". How can I resolve this issue?

enter image description here


Solution

  • Don't forget to change profile in Provision Profile sections: enter image description here

    Ideally you should see Automatic in Code Signing Identity after you choose provision profile you need. If you don't see any option that's mean you don't have private key for current provision profile.