How remove a old provisioning profile in xcode 5?

后端 未结 5 1441
花落未央
花落未央 2021-01-30 08:51

I\'ve install different provisioning profile in my xcode 5, before for remove it you had a session with all provisioning profile installed on the mac, but now this session disap

5条回答
  •  遥遥无期
    2021-01-30 09:22

    Mirko's answer is correct- however, below I am trying to explain "why-it-is-so" on XCode5. On XCode5, you are not supposed to/allowed to directly delete a provisioning profile- I think Apple has changed the paradigm a little bit and wanted to streamline the process, while making the provisioning and signing of binaries more secure. The idea on XCode5, is to allow you to login using your dev apple ID and then X-Code will be in sync with all your provisioning profiles. If you want to delete a profile (probably expired or redundant), you go to your dev profile and delete it- since the X-Code has all the details about your apple ID and provisioning profiles (as seen in the screenshot)- it will sync itself with your latest list of profiles- you do not have to worry about deleting those from X-Code anymore (and hence you can not delete these from X-Code anymore). enter image description here

提交回复
热议问题