11

Using iOS8 and later devices with Xcode?

enter image description here

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Mohammad Razipour
  • 3,643
  • 3
  • 29
  • 49

4 Answers4

16

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.
ankit
  • 3,537
  • 1
  • 16
  • 32
  • do you know where I can download DeveloperDiskImage for iOS 11? – CodeOverRide Sep 20 '17 at 19:11
  • 1
    actually when u install Xcode 9, it will be there on your /Applications/Xcode9.app/Contents/Developer/Platforms/WatchOS.platform/DeviceSupport. You can copy it from there. – ankit Sep 21 '17 at 05:10
  • thanks, actually I've done that right after asking you about it lol. just went to developer center and downloaded Xcode 9 and extract the files. – CodeOverRide Sep 21 '17 at 16:49
  • @CodeOverRide You can download the Disk Image from https://drive.google.com/drive/folders/0B0SKYq_SEPH8TG51dzliV2lINFU?usp=sharing – ak_ninan Oct 04 '17 at 07:26
9

Up to iOS 12.1 is available

You can download DeveloperDiskImage.dmg here or here

Steps:

1.Download Zip file and extract.

2.Click on "Finder" in MAC OS

3.Click on "Go to Folder"

4.Paste /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport . Otherwise go to Applications > Right Click on Xcode > Show Package Contents and follow the directories above.

5.Reboot Device + Xcode + Mac

Mohammad Razipour
  • 3,643
  • 3
  • 29
  • 49
1

One of the reasons why software no longer installs, such as you can't install Sierra or Xcode 9 has more to do with Apple making your computer obsolete.

Here is a recent (2016 Addition to machines no longer supported by Apple), and there are so surprises there.

I have a perfectly running iMac Early 2008, and 2 years ago it was placed on the obsolete list. I can no longer update certain programs, such as install Sierra or Xcode 9.2.

There are some very disgruntled people who purchased MacBooks and Apple made them obsolete without even introducing an upgraded machine to replace it.

Now, if I want to have my Apps run on the new iOS 11 OS, I need to replace a perfectly good and working machine. That is not right.

-1

You can't run ios 11 on Xcode 8.2

You need Xcode 9 beta

https://developer.apple.com/download/

Xcode 9 beta requires a Mac running macOS 10.12.4 or later. Xcode 9 beta includes SDKs for iOS 11, watchOS 4, macOS 10.13, and tvOS 11

.

SpaceDust__
  • 4,844
  • 4
  • 43
  • 82