美文网首页MAC 随手记
Xcode傻屌合集(持续更新)

Xcode傻屌合集(持续更新)

作者: kx叔 | 来源:发表于2020-11-12 23:07 被阅读0次
  1. npm install or yarn报错:

gyp: No Xcode or CLT version detected!

解决方案:

sudo rm -rf $(xcode-select -print-path)
xcode-select --install
  1. xcode-select --install报错:

"不能安装该软件,因为目前不可在软件服务器上使用它"

或者

Can't install the software because it is not currently available from the Software Update server.

解决方案:

  1. 升级xcode到最新版本,然后执行xcode-select –install
  2. 去developer apple网站上手工下载

相关文章

网友评论

    本文标题:Xcode傻屌合集(持续更新)

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