Skip to content

Instantly share code, notes, and snippets.

View tomaskraina's full-sized avatar

Tom Kraina tomaskraina

View GitHub Profile
@tomaskraina
tomaskraina / gist:c489a549ddeccb410401c3c67fd76174
Last active May 5, 2021 07:21 — forked from steipete/ios-xcode-device-support.sh
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.5 devices (Xcode 12.5) with Xcode 12.4:
sudo ln -s /Applications/Xcode-12.5.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/14.5 /Applications/Xcode-12.4.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