Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to create provisioning profile iOS - for a free profile

I'm trying to create a project in Xcode, Version 8.0 beta 6 (8S201h) and I'm getting this error.

enter image description here

Any help? Thanks.

like image 804
Gerardo Barzola Avatar asked Oct 12 '16 13:10

Gerardo Barzola


People also ask

What happens when Apple provisioning profile expires?

When an Apple iOS provisioning profile expires, device users cannot access the associated application, and new device users cannot install the application.


1 Answers

Seen your image, I had the same issue and I solved this by,

Change 'Bundle Identifier' in general tab,

If its declared in info.plist file than change it in that file.

Clear project and run.

Change Bundle Identifier to 'gbs.AppMovilGera1' or something else.

like image 91
KAR Avatar answered Sep 20 '22 02:09

KAR