Last active
February 3, 2023 20:21
-
-
Save ethanhuang13/b9b4b875db9b49a124e2af194b97be68 to your computer and use it in GitHub Desktop.
Symbolic link from Xcode.app to Xcode-beta.app (Xcode 11.2)
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
sudo ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/13.2/ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport | |
sudo ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/WatchOS.platform/DeviceSupport/6.1/ /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/DeviceSupport | |
sudo ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/DeviceSupport/13.2/ /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/DeviceSupport |
Updated for Xcode 11.2 beta
If you get this error, dyld_shared_cache_extract_dylibs failed
, just prep the device first in Xcode Beta.
If you get this error,
dyld_shared_cache_extract_dylibs failed
, just prep the device first in Xcode Beta.
What do you mean with 'prep the device'?
What do you mean with 'prep the device'?
+1
I didn't encounter the error. But I think @mycroftcanner is referring to this:
Prepare the device on Xcode 11.2 beta first, then Xcode 11 should work with this script.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updated for Xcode 11 beta