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
@rshev
Copy link

rshev commented Jul 6, 2016

I'm getting strange kAMDMobileImageMounterDeviceLocked error with beta 2. Does it work for you?
(of course I use path for 14A5297c build)

@dvlprliu
Copy link

dvlprliu commented Jul 7, 2016

+1

@coreyfloyd
Copy link

Yep - me too

@keith
Copy link
Author

keith commented Jul 20, 2016

This is still working for me with beta 2 and 3 (I've updated the command with the new build number)

@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