Skip to content

Instantly share code, notes, and snippets.

@polqf
Last active October 7, 2021 08:56
Show Gist options
  • Save polqf/28b7ad0448c4f93912b6b32edcf746f9 to your computer and use it in GitHub Desktop.
Save polqf/28b7ad0448c4f93912b6b32edcf746f9 to your computer and use it in GitHub Desktop.
Compile on iOS 11 Device using Xcode 8.3
cp -r /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/11.0\ \(15A5278f\) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/11.0\ \(15A5278f\)
# Make sure you have Xcode 9 Beta 1 in /Applications/Xcode-beta.app
# Make sure you have Xcode 8.3.X in /Applications/Xcode.app
# Whenever there's a new update on Xcode 9 &/| iOS 11, you'll need to do this again using the new DeviceSupport folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment