Skip to content

Instantly share code, notes, and snippets.

@gewill
Forked from ethanhuang13/xcode-beta-slink.sh
Created July 30, 2022 04:42
Show Gist options
  • Save gewill/af21433c551ef5a826af19f298b8d9fc to your computer and use it in GitHub Desktop.
Save gewill/af21433c551ef5a826af19f298b8d9fc to your computer and use it in GitHub Desktop.
Symbolic link from Xcode.app to Xcode-beta.app (Xcode 11.2)
@gewill
Copy link
Author

gewill commented Jul 30, 2022

Xcode 14, iOS 16, wactchOS 9

sudo ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/16.0/ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

sudo ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/WatchOS.platform/DeviceSupport/9.0/ /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/DeviceSupport

@gewill
Copy link
Author

gewill commented Aug 15, 2023

Xcode 15 not working.
Use this Missing iOS 17 device support files

defaults write com.apple.dt.Xcode DVTEnableCoreDevice enabled

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