问题
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:
Open Xcode and go to Window --> Devices via the menu bar
On the left pane right click on your device
Choose option "Show Provisioning Profiles ..."
Delete the installed Provisioning Profile via the "-" button
That´s it.
回答2:
In Xcode:
- Window menu —> Devices
- Choose the desired device from left panel
- On the bottom of the left pane there is a settings icon. Use it to select show provisioning profiles
- 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