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 hidden or 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prepare the device on Xcode 11.2 beta first, then Xcode 11 should work with this script.