removing provisioning profile from xcode

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

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

相关标签:
9条回答
  • 2020-12-07 18:22

    I think you have to open keychain.app then go to Certificates and delete them there.

    0 讨论(0)
  • 2020-12-07 18:22

    go to iphone configuration utility->select provision profile->click backspace (worked for xcode 6)

    0 讨论(0)
  • 2020-12-07 18:25

    From Xcode 5 and above

    We can't find the certificate installed in xcode from organizer tab.

    Go to

    step 1

    In xcode build settings, select your provisioning profile want to delete

    step 2

    Select the Provisioning profile in build settings under "under Provisioning Profile", and click other. It will show a 33 hexa digit number. copy that.

    step 3

    go to ~/Library/MobileDevice/Provisioning Profiles

    and search for that copied number as a name in provisioning profile.

    Delete it. :)

    0 讨论(0)
提交回复
热议问题