Removing provisional profile with ios 8 and Xcode 6.0.1

假如想象 提交于 2019-12-07 12:17:55

问题


I cannot seem to remove the provisional profiles on my device using iOS 8 General settings since the profile selection is gone. Xcode 6.0.1 also does not allow for removing provisional profiles. Anyone know how to remove provisional profiles on a device running iOS 8 and Xcode 6.0.1?


回答1:


It´s a little bit hidden in Xcode 6:

  1. Open Xcode and go to Window --> Devices via the menu bar

  2. On the left pane right click on your device

  3. Choose option "Show Provisioning Profiles ..."

  4. Delete the installed Provisioning Profile via the "-" button

That´s it.




回答2:


In Xcode:

  1. Window menu —> Devices
  2. Choose the desired device from left panel
  3. On the bottom of the left pane there is a settings icon. Use it to select show provisioning profiles
  4. In the list of all the provisioning profiles installed on your device(s), add or delete it.


来源:https://stackoverflow.com/questions/25996789/removing-provisional-profile-with-ios-8-and-xcode-6-0-1

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!