Last active
November 30, 2019 13:41
-
-
Save jamesstout/43d6b83746a46d03e69807dfc038a345 to your computer and use it in GitHub Desktop.
Xcode 11 doesn't run on macos 10.13, but linking device support from the unrunable versions means you can debug on newer versions of iOS. What a pain.
This file contains hidden or 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
james@Jamess-iMac: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport | |
sudo ln -s /Users/james/Desktop/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/12.2 . | |
sudo ln -s /Users/james/Desktop/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/12.3 . | |
sudo ln -s /Users/james/Desktop/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/12.4 . | |
sudo ln -s /Users/james/Desktop/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/13.0 . | |
sudo ln -s /Users/james/Desktop/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/13.1 . | |
sudo ln -s /Users/james/Desktop/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/13.2 . | |
james@Jamess-iMac: /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/DeviceSupport | |
sudo ln -s ~/Desktop/Xcode-beta.app/Contents/Developer/Platforms/WatchOS.platform/DeviceSupport/5.2 . | |
sudo ln -s ~/Desktop/Xcode-beta.app/Contents/Developer/Platforms/WatchOS.platform/DeviceSupport/5.3 . | |
sudo ln -s ~/Desktop/Xcode-beta.app/Contents/Developer/Platforms/WatchOS.platform/DeviceSupport/6.0 . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment