美文网首页
删除xcode路径问题

删除xcode路径问题

作者: zldaily | 来源:发表于2015-08-05 16:36 被阅读687次

xcrun: error: active developer path ("/Applications/Xcode 2.app/Contents/Developer") does not exist, use `xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools (or see `man xcode-select`)

解决办法:

sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer

相关文章

网友评论

      本文标题:删除xcode路径问题

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