0

enter image description here

I get the above error when I try to export an enterprise build. I do not have Wildcard App Id. However it Xcode creates one while I prepare the archive.

I am using Xcode 7.2.

I re-created all the certificates and profiles to handle it, but that did not work. Any ideas what is causing this issue and how I can get over it?

Tushar Vengurlekar
  • 7,649
  • 8
  • 33
  • 48

1 Answers1

1

It seems like it is bug in Xcode 7.2 , after trying multiple times and troubleshooting , below solution worked for me.

1) Open Xcode preference

2) Select the team

3) Click the "View Details.."

4) In section "Provisioning Profiles": Right Click on any profile and Show in Finder and Delete All Provisioning Profiles in that folder.

5) In section "Provisioning Profiles". Click on "Download All".

6) Restart the Xcode.

7) Select Team in General, and Provisioning Profiles in Build Settings and archive build again.

For more detail find Screenshots below:

1) Open Xcode preference,

enter image description here

2) Select the team, enter image description here

3) Click the "View Details..".

4) In section "Provisioning Profiles": Right Click on any profile and Show in Finder and Delete All Provisioning Profiles in that folder.

enter image description here

Delete Provisioning Profiles enter image description here

5) In section "Provisioning Profiles". Click on "Download All".

enter image description here

6) Restart the Xcode. (most of the times Restarting Xcode is only solution after downloading new provisioning profiles or after changing App identifiers)

7) Select Team in General, and Provisioning Profiles in Build Settings and archive build again.

Hope it solves your problem. :)

P.S: I've also opened a bug to Apple via Apple Bug Reporter.

Muhammad Noman
  • 1,566
  • 1
  • 15
  • 21