执行config文件时,config.log中报错xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist, use xcode-select to change
时间:2015-01-09 12:33:16
收藏:0
阅读:350
执行 sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer 即可解决。原文:http://www.cnblogs.com/wudan7/p/4212798.html
评论(0)