How to remove provisioning profiles from Xcode

后端 未结 16 1397
自闭症患者
自闭症患者 2020-11-29 15:09

Does anyone know how to remove previously installed provisioning profiles from Xcode?

I have seen this link, but I am not able to find that location in my system.

16条回答
  •  温柔的废话
    2020-11-29 15:54

    Update for Xcode 8.3

    This no longer works in Xcode 8.3. It appears to be related to Apple's move to automate provisioning profile and certificate generation:

    The simplest "solution" (or workaround) is to make sure Xcode is closed, then via Terminal:

    rm ~/Library/MobileDevice/Provisioning\ Profiles/*.mobileprovision  
    

    In Xcode 7 & 8:

    1. Open Preferences > Accounts

    2. Select your apple ID from the list

    3. On the right-hand side, select the team your provisioning profile belongs to

    4. Click View Details

    5. Under Provisioning Profiles, right-click the one you want to delete and select Move to Trash:

提交回复
热议问题