Skip to content

Instantly share code, notes, and snippets.

@keith
Last active December 22, 2016 13:35
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keith/c936db3130a9963c141d3fd18f25e02f to your computer and use it in GitHub Desktop.
Save keith/c936db3130a9963c141d3fd18f25e02f to your computer and use it in GitHub Desktop.
Build to iOS 10 from Xcode 7.3.1
@galvezz
Copy link

galvezz commented Aug 25, 2016

For ios 10 beta 7:
sudo ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.0\ (14A5339a) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

@jeffaburt
Copy link

jeffaburt commented Sep 15, 2016

For the GM seed, the identifier is 14A345.

sudo ln -s \
/Applications/Xcode\ 8.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.0\ \(14A345\) \
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.0

Copy link

ghost commented Oct 5, 2016

For using Xcode 8 and Xcode 7.3.1 parallel

sudo ln -s /Applications/Xcode\ 8.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.2\ \(14C89\)/ /Applications/Xcode\ 7.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment