removing provisioning profile from xcode

前端 未结 9 1074
甜味超标
甜味超标 2020-12-07 17:29

How can I remove a previously installed development provisioning profile from xcode?

9条回答
  •  温柔的废话
    2020-12-07 18:20

    I have yet to find a way to delete provisioning profiles individually (Xcode 5).

    The only way I can get them to go away is by removing the App IDs related to the provisioning profile(s). (In Certificates, Identifiers & Profiles in the Member Center)

    Obviously this might not be optimal for you - but if you have been using a test app id it is the way to go.


    Ways I have unsuccessfully tried to remove provisioning profiles:

    (they reappear after a refresh in xcode/preferences/accounts/details)

    1. Apples Developer website
    2. Using iPhone Configuration Utility
    3. Directly in the folder they reside (~/Library/MobileDevice/Provisioning Profiles)

提交回复
热议问题