Skip to content

Instantly share code, notes, and snippets.

@tahirmt
Forked from steipete/ios-xcode-device-support.sh
Created September 24, 2021 19:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tahirmt/a1861159138453bcb0bad1b889c56fa3 to your computer and use it in GitHub Desktop.
Save tahirmt/a1861159138453bcb0bad1b889c56fa3 to your computer and use it in GitHub Desktop.
Using iOS 15 devices with Xcode 12.5 (instead of Xcode 13)
# 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 15 devices (Xcode 13.0) with Xcode 12.5:
sudo ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/15.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
# (A similar approach works for older versions too, just change the version number after DeviceSupport)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment