Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save faizmokh/6483403fadc747a9d9b2f67a83a6fab7 to your computer and use it in GitHub Desktop.

Select an option

Save faizmokh/6483403fadc747a9d9b2f67a83a6fab7 to your computer and use it in GitHub Desktop.
Using iOS 12.1 devices with Xcode 10.0
// The trick is to link the DeviceSupport folder from the beta to the stable version.
// Updated on Oct 9th, 2018 for Xcode 10
ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/12.1\ \(16B5068g\) /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 :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment