本文介绍了更改 xcrun 开发者路径的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何更改 xcrun 指向的目录?当前指向
How can I change the directory at which xcrun is pointing ? currently is pointing to
xcrun:错误:无法统计活动的 Xcode 路径'/Volumes/Xcode/Xcode44-DP7.app/Contents/Developer'.(没有这样的文件或目录)
我需要更改位置.谢谢.
I need to change the location.Thank you.
推荐答案
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
这篇关于更改 xcrun 开发者路径的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!