Skip to content

Instantly share code, notes, and snippets.

@jamesstout
Last active November 30, 2019 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesstout/43d6b83746a46d03e69807dfc038a345 to your computer and use it in GitHub Desktop.
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.
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