Mac下SVN工具修改了的文件不能比较解决方法(转)
http://blog.csdn.net/favormm/article/details/7704018
mac下SVN工具versions老版本,在更新xcode后,比较文件的时候发现
- Error: No developer directory found at /Developer. Run /usr/bin/xcode-select to update the developer directory path.
原因是由于xcode目录发生了变化,所以方法是在终端运行如下命令:
- sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
posted on 2012-07-04 10:33 kiao295338444 阅读(391) 评论(0) 编辑 收藏 举报