Gerardo Barzola
Gerardo Barzola

Reputation: 103

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.

Upvotes: 8

Views: 18661

Answers (1)

KAR
KAR

Reputation: 3361

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.

Upvotes: 5

Related Questions