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?
Asked
Active
Viewed 1.2k times
3
-
Xcode 9 exists for Sierra. (Apple says: "Xcode 9.0 requires a Mac running macOS Sierra 10.12.4 or later.") – Phillip Mills Jun 06 '17 at 18:35
-
Oh, I think you're right. I've tried to install it on a way older Macbook. It seems that it is not running on Sierra. Sorry. Still, is there any way of obtaining the just the developer disk image from somewhere? – robertsan Jun 06 '17 at 18:37
-
Apple doesn't support that. – Xiaochen Du Jun 06 '17 at 20:04
-
Possible duplicate of [Use Xcode 8 with iOS 11](https://stackoverflow.com/questions/44381860/use-xcode-8-with-ios-11) – Alec O Jun 07 '17 at 19:08
-
Check this out: https://stackoverflow.com/a/41928402/4935811 or Use Xcode 8 with iOS 11: https://stackoverflow.com/a/44426754/4935811 – Sour LeangChhean Jun 08 '17 at 04:44
-
https://stackoverflow.com/a/44426754/4935811 – Sour LeangChhean Jun 08 '17 at 04:44
-
3@RobertSandru, You can download the disk image from https://drive.google.com/drive/folders/0B0SKYq_SEPH8TG51dzliV2lINFU?usp=sharing – ak_ninan Oct 04 '17 at 07:24
-
@RobertSandru This developer disk image is also working in Xcode 7.3.2 for iOS 11.0.2 (Even i'm running EL Capitan) Thanks man! – Neeraj Joshi Oct 14 '17 at 09:58
-
@AKNinan Can you pls upload developer disk image for 11.3? – Neeraj Joshi Apr 02 '18 at 09:58
4 Answers
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.
- Download Xcode 9 Image File with iOS 11 beta
- Copy iOS 11.0 Image File to following location in your system:
~/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
or
- 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
- 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

Mayank Vagadiya
- 5
- 1