Is there any way of obtaining Developer Disk Image of iOS 11 for Xcode?


Is there any way of obtaining Developer Disk Image of iOS 11 for Xcode?



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?





Xcode 9 exists for Sierra. (Apple says: "Xcode 9.0 requires a Mac running macOS Sierra 10.12.4 or later.")
– Phillip Mills
Jun 6 '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?
– Robert Sandru
Jun 6 '17 at 18:37





Apple doesn't support that.
– Xiaochen Du
Jun 6 '17 at 20:04





Possible duplicate of Use Xcode 8 with iOS 11
– Alec O
Jun 7 '17 at 19:08





@RobertSandru, You can download the disk image from drive.google.com/drive/folders/…
– AKNinan
Oct 4 '17 at 7:24




4 Answers
4



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.



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


~/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/



or


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



Download All Older and latest Disk Image Platform version Here



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


xcode



Skip ads from above link and then you can download






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Comments

Popular posts from this blog

paramiko-expect timeout is happening after executing the command

Opening a url is failing in Swift

Export result set on Dbeaver to CSV