xcode-select --install "不能安装该软件,因为目前不可在软件服务器上使用它"

在 iOS创建 第一个Cordova 项目 - 环境搭建,需要安装Command Line Tools for Xcode xxx版本
http://blog.csdn.net/kangguang/article/details/51249398

执行命令 xcode-select –install,安装失败,提示
“不能安装该软件,因为目前不可在软件服务器上使用它”

can’t install the software because it is not currently available from the software update server

解决办法:
1)升级xcode到最新版本,然后执行xcode-select –install
2)或者去developer apple网站上手工下载

参考:
http://stackoverflow.com/questions/19907576/xcode-is-not-currently-available-from-the-software-update-server

你可能感兴趣的:(Apple)