"No provisioning profiles found" in Xcode
Asked Answered
M

2

24

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.

Mihrab answered 22/6, 2016 at 13:36 Comment(2)
Possible duplicate of Xcode 7.2 no matching provisioning profiles foundAnemometer
@Mihrab Check my answer below...Broadleaved
M
9

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.

Mihrab answered 28/6, 2016 at 9:50 Comment(0)
B
11

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

Broadleaved answered 22/6, 2016 at 13:46 Comment(1)
I did this and it wasn't working, but then I noticed that there was "Generic iOS Device" selected as scheme I changed it to iOS 6. Does it make sense to integrate that in your answer?Mihrab
M
9

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.

Mihrab answered 28/6, 2016 at 9:50 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.