< MacOS
Xcode
对于不使用app store 的安装方式,可以从 https://xcodereleases.com/ 找到下载链接
安装之后如果想要使用 xcodebuild 命令行工具编译的话,需要使用xcode-select 更换版本
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
对于不使用app store 的安装方式,可以从 https://xcodereleases.com/ 找到下载链接
安装之后如果想要使用 xcodebuild 命令行工具编译的话,需要使用xcode-select 更换版本
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer