matsuda
6/20/2016 - 3:08 PM

Using iOS 10.3 devices with Xcode 8.2.1

Using iOS 10.3 devices with Xcode 8.2.1

// The trick is to link the DeviceSupport folder from the beta to the stable version.

// Updated on Jan 24th, 2017 for Xcode 8.3b1

ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.3\ \(14E5230d\)/ /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 :)