美文网首页
Xcode-beta fails to start Loadin

Xcode-beta fails to start Loadin

作者: BingoQ | 来源:发表于2024-07-09 10:28 被阅读0次

First run this command and set it to the path of the beta version:

sudo xcode-select -s <path/to/>Xcode.app

sudo xcode-select -s <path/to/>Xcode.app

Then you will have to agree to the license with this command

sudo xcodebuild -license

sudo xcodebuild -license

That will prompt you to display the license and then type agree to accept it.

Then run this command

xcodebuild -runFirstLaunch

xcodebuild -runFirstLaunch

And now Xcode will open.

I just had this same issue and this fixed it for me on a M3 Max MacBookPro. I hope this helps!

相关文章

网友评论

      本文标题:Xcode-beta fails to start Loadin

      本文链接:https://www.haomeiwen.com/subject/ddeytdtx.html