Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save leilee/882842cc6646e5db2f6647a4cedb4b1a to your computer and use it in GitHub Desktop.
Save leilee/882842cc6646e5db2f6647a4cedb4b1a to your computer and use it in GitHub Desktop.
Using iOS 10.1 devices with Xcode 8.0 (or: Xcode 7.3.1 and iOS 10 devices, same trick)
// 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/10.1\ \(14B54\)/ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
// Then restart Xcode and recommect your devices. You will need to do that for every beta of iOS 10.1+/Xcode 8.
// 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