我的终端上的“pod setup”命令出错(Cocoapods安装)

时间:2014-09-22 10:51:42

标签: ios ruby xcode6 cocoapods

我在我的mac上成功安装了可可豆荚,我的终端上收到了这样的消息..

  

成功安装了cocoapods-0.33.1    解析cocoapods-0.33.1的文档   已安装1颗宝石。

之后我在终端上运行以下命令(MacBook-Pro:~user $ pod设置),然后我收到这样的错误信息。

  

设置CocoaPods主仓库   [!] / usr / bin / git clone'https://github.com/CocoaPods/Specs.git'master --depth = 1   xcrun:错误:活动开发者路径(“/Volumes/Xcode/Xcode.app/Contents/Developer”)不存在,请使用xcode-select进行更改。

如何解决这个问题?请帮帮我..

2 个答案:

答案 0 :(得分:5)

看起来您的Xcode版本的路径已损坏。您可以看到路径的设置:

xcode-select --print-path

您可能会看到/Volumes/Xcode/Xcode.app/Contents/Developer一定不存在。您需要设置路径:

xcode-select --switch /path/to/xcode

答案 1 :(得分:0)

在终端中使用以下命令更改xCode路径:

sudo xcode-select --switch xcode_folder_path