清除安装过的开发工具 个人理解这个命令可以删除xcode相关历史遗留 很多时候我们安装过 xcode 改过一些配置,可能app store不认了。需要清理 sudo /Developer/Library/uninstall-devtools –mode=all MAC OS X 在App Store中下载XCode5 失败的问题 命令行输入 defaults write com.apple.appstore ShowDebugMenu -bool true 这样App Store 出来Debug 菜单 然后选择Clear Cookies & Clear Application 然后设置DNS 8.8.8.8 关闭App Store 重启动app store 再次下载,终于安装上了xcode7 http://jingyan.baidu.com/article/425e69e6b641d0be15fc16d9.html 参考文章 …
继续阅读 →