Xcode – Fix ‘No Provisioning Profiles Found’ in Xcode

iosxcodexcode7.3

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.

Best Answer

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