提示xcode没有安装
#显示“未能找到金属编译器安装的Xcode。请安装Xcode并运行Xcode.app来接受协议,或确保激活的开发者目录设为当前的Xcode安装(使用xcode-select)
接下来只需要确认安装步骤就可以了
确保 Xcode 的安装路径是 【/Applications/Xcode.app】
执行 xcode-select -p
看一下输出,如果不是 /Applications/Xcode.app/Contents/Developer
,那么再执行
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer