Use Xcode 8 with iOS 11

Nazmul Hasan picture Nazmul Hasan · Jun 6, 2017 · Viewed 60.3k times · Source

I want to use Xcode 8 with iOS 11.

should I upgrade my Xcode. However, my code can't be built by the new compiler, so I want to stay with Xcode 8.

enter image description here

How can I achieve that?

Apple revealed several new iOS 11 features at WWDC 2017.

Answer

yudun1989 picture yudun1989 · Jun 6, 2017

As of now this is only for Debugging on iOS device, not Simulator

Xcode 8 could not support unless you have the DeviceSupport folder for the iOS 11 version.

  1. You can download a Xcode 9 beta (latest Xcode 9) or get an DeviceSupport folder from other user.

  2. Simply copy it to your folder or create an symbolic link

sudo ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/11.0\ \(15A372\) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/11.0

reference: Use Xcode 7 with iOS 10