Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tianguanghui/82235b762637b5edeb28b658103e92a1 to your computer and use it in GitHub Desktop.
Save tianguanghui/82235b762637b5edeb28b658103e92a1 to your computer and use it in GitHub Desktop.
Using Xcode 7.3.1 and iOS 10 devices
// The trick is to copy the DeviceSupport folder from the beta to the stable version.
cp -r /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.0\ \(14A5261u\) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
// Then restart Xcode. You might need to do that for every beta of iOS 10/Xcode 8.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment