18

I am missing a Developer option under Settings menu. What do I need to do to make it appear?

Asahi
  • 283

3 Answers3

9

I found that by powering off the device, and turning it back on while connected to the machine running Xcode 6.3, the Developer settings menu returned for my iOS 8.3 devices.

5

In versions of Xcode prior to Xcode 6, you can connect the device to your computer over USB, open Xcode → Organizer and select Use for Development.

Use for Development was removed from Xcode in Xcode 6 and later. It is no longer possible to do this for devices using Xcode 6 or later, even with the Devices page (⇧⌘2).

grg
  • 201,078
  • I see no option "Use for Development" on that screen – Jonah Mar 23 '15 at 01:42
  • Sure. This is what I see after navigating in XCode 6.2 to Window -> Organizer: http://i.imgur.com/Mw61lob.png – Jonah Mar 23 '15 at 15:56
  • @Jonah Use for Development appears to have been removed alongside the introduction of the new Devices page (accessible through ⇧⌘2). (Sorry for the delay, missed the ping—feel free to ping me in [chat] as I do miss the occasional comment) – grg Apr 09 '15 at 18:14
  • TotalForge's answer worked for me. – Richard Brightwell May 13 '15 at 02:05
3

Apple removed the device list from Organizer in Xcode 6. Try going to Window->Devices. You should see your attached device in the list and from there you can enable development.