Reputation: 749
The topic says it all. I've just upgraded to iOS 10.0.1 /iPhone 6s/
& now the Developer option is missing from the Settings.
I've tried some tricks for older versions such as sync the device in iTunes and add it in Xcode /it's already added/ but nothing worked.
Anybody has clues on this ?
I'm running Xcode 7.3.1
with DeviceSupport added from the beta and the apps run fine on the iOS 10.
Upvotes: 21
Views: 52794
Reputation: 4861
On iOS 12.x and better, the following sequence enables "Developer Mode" on the iOS device:
Upvotes: 2
Reputation: 312
For Xcode 9 following are the steps:
Upvotes: 0
Reputation: 1372
I had the same issue. I fixed it by turning off and on the Show as run destination
from Xcode.
These are the steps:
Show as run destination
Upvotes: 7
Reputation: 4901
Try the following steps
Upvotes: 3
Reputation: 11
In Xcode 9.2 it's Product->Destination->Device. Then on iOS 11.21 it's Settings-General->Profiles and Device Management. A "Developer App" profile will be there for your Apple ID once you've successfully built your project with the build target of your phone, that's where you click on "Trust" "".
Upvotes: 1
Reputation: 31
Guess you've probably got this sorted, but may be useful for someone else...
In addition to opening Xcode 8 and connecting the phone I needed to bring up the devices tab (Shift-Cmd-2) and select the phone from the list. After a bit of messing about to convince Xcode that the phone really was unlocked, the Developer option appeared
Upvotes: 2
Reputation: 945
Just install XCode 8 and connect your iPhone to your Mac. That worked for me.
Upvotes: 15