iosxcodexcode7.3

"No provisioning profiles found" in Xcode


When I create an iOS project on my own, I can build it without any problem. I downloaded a project for testing purposes and now I get:

No provisioning profiles found
No non-expired provisioning profiles were found

In this case I downloaded an Xcode project from one of Apples tutorial pages.


Solution

  • In some cases that error can be caused by "Generic iOS Device" being selected as active scheme.

    Screenshot of active scheme selection

    Changing that to a specific device solved the problem for me.