/ios-device-support.sh
Forked from steipete/gist:d9b44d8e9f341e81414e86d7ff8fb62d
Last active Jul 24, 2018
Using iOS 11 devices with Xcode 8.3
// The trick is to link the DeviceSupport folder from the beta to the stable version. | |
ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/11.0\ \(15A5361a\)/ /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 | |
// sudo needed if you run the Mac App Store version. Always download the dmg instead... you'll thank me later :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment