Error: xcrun: error: active deve
2016-10-20 本文已影响106人
史慧君
iOS之xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") 错误处理
在准备解决线上app中的bug时,执行命令行定位出错代码位置的时候出现下面这种错误
报错截图Error: xcrun: error: active developer path ("/Volumes/Xcode/Xcode.app/Contents/Developer") does not exist, use
sudo 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
)
附:我上面出错是因为我重装了 Xcode
解决方法:
终端执行sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer命令,然后再输入一次系统的密码,完成。