-->

Xcode 7.2: Failed to Locate or generated signing a

2019-02-20 02:22发布

问题:

I signed an iOS App and WatchKit App & Extension targets with valid provisioning profiles (Separate provisioning profile for each app identifier, and not wild card App ID), Build was archived successfully but when I try to export/save Enterprise build, Xcode auto generate/locate XC: provisioning profile and it also and resets/invalidates previously selected provisioning profiles. I get below error. (even though we are not using Wild Card App IDs)

"Failed to Locate or generated signing assets, Wild Card App IDs can not be used to create In House Provisioning Profiles".

回答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,

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.

Delete Provisioning Profiles

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

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.