Details of deleting Provisioning Profiles files under Xcode

  • 2021-08-31 09:26:13
  • OfStack

There are many Provisioning Profiles files that can't be used in Xcode. Every time you choose a mobile phone certificate, it's annoying to look at such a long menu.

Delete Provisioning Profiles in Xcode 5, open finder-- > Go and type ~/Library/MobileDevice/Provisioning Profiles, and then delete the unavailable or unwanted certificates based on the date.

We can also do this in Xcode-- > Preferences---- > In the Accounts option, click the view Details... button in the lower right corner. The upper part of the sub-interface is the developer certificate, and the lower part is the mobile phone Provisioning Profiles certificate.

Now the world is quiet, obsessive-compulsive disorder lovers come and delete it.

In Xcode 6, you can directly Xcode-- > Preferences---- > In the Accounts option, click view Details... button Provisioning Profiles in the lower right corner, right-click show in Finder, and then go in and delete it.

Note: When packaging in Xcode 6, you need to verify the developer's account and password, and then pull down all the mobile phone certificates. It is useless to delete them. It is useless to go to the developer center to delete the ones that cannot be used first.

In addition, the deletion of other certificates.

Developer certificates and push apns certificates can be deleted from the keychain.

The certificate in the mobile phone, which used to have a description file option in the mobile phone, can't remember where it is now.

In Xcode-- > Window--- > Organizer---- > Select the connected mobile phone- > Provisioning Profiles (left)-- > Right-click on the certificate list on the right to delete it.

Thank you for reading, hope to help everyone, thank you for your support to this site!


Related articles: