Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save truongngoclinh/3b99f0cc89ed8005701e2fbf3c5093c2 to your computer and use it in GitHub Desktop.
Save truongngoclinh/3b99f0cc89ed8005701e2fbf3c5093c2 to your computer and use it in GitHub Desktop.
Using iOS 10.3 devices with Xcode 8.2.1
// The trick is to copy the DeviceSupport folder from the beta to the stable version.
cp -r /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.0\ \(14A345\) /Applications/Xcode7.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