How to remove provisioning profiles from Xcode

后端 未结 16 1405
自闭症患者
自闭症患者 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:44

    In Xcode 7:

    1. Go to Preferences > Accounts > Select your account and click View Details...
    2. In the Provisioning Profiles section, right click on the profile you want to delete and choose Move to Trash.
    3. Click Download all to get all the latest profiles for your account, or click Download next to the profile.
    4. Do a sanity check in your project's target(s) Build Settings so each target is indeed using the profile you want.

提交回复
热议问题