Last active
August 31, 2023 11:48
-
-
Save leotm/94061a20d952d70e8381663af3ce9827 to your computer and use it in GitHub Desktop.
Switch default Xcode from stable to beta
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 xcode-select --switch /Applications/Xcode-beta.app | |
# xcode-select --install | |
sudo xcodebuild -license accept | |
xcodebuild -runFirstLaunch | |
# Manually open and GET iOS 17 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment