Last active
October 7, 2021 08:56
-
-
Save polqf/28b7ad0448c4f93912b6b32edcf746f9 to your computer and use it in GitHub Desktop.
Compile on iOS 11 Device using Xcode 8.3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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