iOS:pod更新(找不到实用程序“xcode select”)

iOS:pod更新(找不到实用程序“xcode select”),ios,xcode,macos,xcode6,cocoapods,Ios,Xcode,Macos,Xcode6,Cocoapods,我是一名新的iOS开发者。 最近当我运行“pod更新”时 出了问题 详见下表: (找不到实用程序“xcode select”) 但我已经安装好了 bash-3.2$xcode选择--安装 xcode选择:错误:命令行工具已安装,请使用“软件更新”安装更新 关于我的Xcode->首选项->位置 有一个命令行工具 并且选择了“Xcode 6.1.1(6A2008a)”(唯一可以选择的)您安装了吗?@tiper在您的X-code首选项中转到位置并选择命令行工具,希望对您有所帮助。谢谢,我发现Xcod

我是一名新的iOS开发者。 最近当我运行“pod更新”时 出了问题

详见下表:


(找不到实用程序“xcode select”)

但我已经安装好了 bash-3.2$xcode选择--安装
xcode选择:错误:命令行工具已安装,请使用“软件更新”安装更新

关于我的Xcode->首选项->位置 有一个命令行工具

并且选择了“Xcode 6.1.1(6A2008a)”(唯一可以选择的)

您安装了吗?@tiper在您的X-code首选项中转到位置并选择命令行工具,希望对您有所帮助。谢谢,我发现Xcode 6.1.1(6A2008a)已经在那里被选择(并且是唯一可以选择的)@llesh@Alladinian对我已经安装了一个,请参阅我最近编辑的问题中的详细信息。您不需要每次都编写
sudo
命令。您安装了吗?@tiper在您的X-code首选项中转到位置并选择命令行工具,希望对您有所帮助。谢谢,我发现Xcode 6.1.1(6A2008a)已在那里选择(并且它是唯一可以选择的)@llesh@Alladinian是的,我已经安装了一个,请参阅我最近编辑的问题中的详细信息。您不需要每次都编写
sudo
命令。您安装了吗?@tiper在您的X-code首选项转到位置并选择命令行工具,希望对您有所帮助。谢谢,我发现Xcode 6.1.1(6A2008a)已经被选中了(而且是唯一可以被选中的)@llesh@Alladinian是的,我已经安装了一个,请参阅我最近编辑的问题中的详细信息。您不需要每次都编写
sudo
命令。
bash-3.2$ pod install
Analyzing dependencies
sh: line 1:  4936 Abort trap: 6           /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk / -find xcode-select 2> /dev/null
xcrun: error: unable to find utility "xcode-select", not a developer tool or in PATH
Fetching podspec for `RBStoryboardLink` from `../RBStoryboardLink.podspec`
Downloading dependencies
Using KIF (3.2.3)
Using RBStoryboardLink (0.1.4)
Generating Pods project
Integrating client project

[!] The `UI Tests [Debug]` target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods-UI Tests/Pods-UI Tests.debug.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.

[!] The `UI Tests [Release]` target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods-UI Tests/Pods-UI Tests.release.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.