I can't startup Xcode-beta What's going on? System is macOS 15 beta VSCode CLion and command line tools installed 请问是怎么回事? 我的Xcode打开报错
This is mentioned at the top of the release notes for that version of Xcode.
Go back to the downloads section on the Apple Developer website, click Applications at the top of the web page, and click to view the release notes for Xcode.
EDIT: Here's the link: https://developer.apple.com/documentation/xcode-release-notes/xcode-16-release-notes
There's a couple of Terminal commands you have to run with sudo
:
sudo xcode-select -s /Applications/Xcode-beta
sudo xcodebuild -runFirstLaunch
Worked perfectly for me.