Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"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.

like image 616
nepa Avatar asked Jun 22 '16 13:06

nepa


2 Answers

Change your build setting for Code Signing Identity and Provisioning Profile first both in project and target...

Check image below ...

enter image description here

Change your Team from General tab...

Check image below ...

enter image description here

i hope this will help you...

like image 124
DJ1 Avatar answered Oct 25 '22 12:10

DJ1


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.

like image 33
nepa Avatar answered Oct 25 '22 13:10

nepa