bug之active developer path

来源:互联网 发布:阿里云服务器安装软件 编辑:程序博客网 时间:2024/05/17 04:38

Mac 上安装了好几个Xcode。这是Xcode 6.4 安装上之后截图。安装上时是Xcode 3,我修改了一下Xcode+版本,结果新建项目出错,如下:


xcrun: error: active developer path ("/Applications/Xcode 3.app/Contents/Developer") does not exist, use `xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools (or see `man xcode-select`)xcrun: error: active developer path ("/Applications/Xcode 3.app/Contents/Developer") does not exist, use `xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools (or see `man xcode-select`)Creating shallow clone of spec repo `master-1` from `https://github.com/CocoaPods/Specs.git`[!] Unable to add a source with url `https://github.com/CocoaPods/Specs.git` named `master-1`.You can try adding it manually in `~/.cocoapods/repos` or via `pod repo add`.


修改方法:在终端输入命令

$ sudo xcode-select -switch /Applications/Xcode6.4.app/Contents/Developer

注意这里的路径格式为 :
/Applications/应用程序名称.app/Contents/Developer

0 0
原创粉丝点击