Using iOS8 and later devices with Xcode

Mohammad Razipour picture Mohammad Razipour · Jun 7, 2017 · Viewed 13.3k times · Source

Using iOS8 and later devices with Xcode?

enter image description here

Answer

ankit picture ankit · Jun 7, 2017

Well you have two options:

1)Straightforward, download Xcode 9 and you are good to go.

2) You need to put DeveloperDiskImage of iOS 11 in

/Applications/Xcode8.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

Put iOS 11 DiskImage here

and you can find this diskImage in Xcode9 at same path in case you want to continue with XCode8

Path of iOS 11 Disk Image:

~/Applications/Xcode9.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/11.0

NOTE: Xcode 9.0 requires a Mac running macOS Sierra 10.12.4 or later.