[MacOS] xcrun: error: active developer path ("/Volumes/Xcode/Xcode6-Beta.app/Contents/Developer") does not exist, use xcode-select to change

When using MacOS with xcode6-beta, i always meet these error:

xcrun: error: active developer path ("/Volumes/Xcode/Xcode6-Beta.app/Contents/Developer") does not exist, use xcode-select to change

After googled, i found the solution.

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

Have fun with MacOS!

上一篇:生成Release apk


下一篇:spring boot使用mongodb时,xxxRepository不能Autowired的问题