-
-
Save tmaes/3df2a7e0238ad674fd840b8f54aaf008 to your computer and use it in GitHub Desktop.
Using Xcode 7.3.1 and iOS 10 devices
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// The trick is to copy the DeviceSupport folder from the beta to the stable version. | |
// (or make a symbolic link) | |
sudo ln -s /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