Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Epictetus/2f26f93327ee40dfa5ffd88be56c843b to your computer and use it in GitHub Desktop.
Save Epictetus/2f26f93327ee40dfa5ffd88be56c843b to your computer and use it in GitHub Desktop.
Using iOS 14 devices with Xcode 11.5 (instead of Xcode 12)
// The trick is to link the DeviceSupport folder from the beta to the stable version.
// sudo needed if you run the Mac App Store version. Always download the dmg instead... you'll thank me later :)
// Support iOS 14 devices (Xcode 12.0) with Xcode 11.5:
sudo ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/14.0 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
// Then restart Xcode and reconnect your devices. You will need to do that for every beta of future iOS versions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment