3

Currently I'm using macOS Sierra with Xcode 8 installed. I just updated my device to iOS 11, which is my main development device. I can't build the apps I'm working on anymore because Xcode 8 has no iOS 11 Development Disk Image. Is there any way of obtaining the image (without installing Xcode 9) or I'll have to go back to iOS 10 in order to build to my device?

robertsan
  • 1,591
  • 3
  • 14
  • 26

4 Answers4

7

Download All Older and latest Disk Image Platform version Here

Muhammad Noman
  • 1,566
  • 1
  • 15
  • 21
1

This may solve your problem: https://stackoverflow.com/a/44383054/4146322

On another note, it is nearly impossible to revert to iOS 10 once you install iOS 11. Apple has incorporated checks for this at a deep level to prevent people installing older and possibly unsecured versions. You can read up on this at Apple's iOS10 Security Documentation in the second paragraph of page 6.

Alec O
  • 1,697
  • 1
  • 18
  • 31
0

Follow these steps to get your Xcode 8, work with iOS 11.

  1. Download Xcode 9 Image File with iOS 11 beta
  2. Copy iOS 11.0 Image File to following location in your system: ~/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

or

  1. Create Symbolic Link Using:
    sudo ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/11.0\ \(15A5278f\) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/11.0
  2. Restart Xcode.
Krunal
  • 77,632
  • 48
  • 245
  • 261
-4

Download developer disk image from Here. and copy that two folders to below mentioned path.

First open spotlight search and go to your xcode and from right click -> Show package content Contents -> Developer -> Platforms -> iPhoneOS.platform -> DeviceSupport

Skip ads from above link and then you can download

Rumit Patel
  • 8,830
  • 18
  • 51
  • 70