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

时间:2015-06-16 09:22:03

标签: ios xcode macos xcode6 cocoapods

x我是一名新的iOS开发人员。 最近我跑“pod update”的时候 ......出了问题

请参阅以下详细信息:

(无法找到实用程序“xcode-select”)

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.

但我已经安装了

  

bash-3.2 $ xcode-select --install
  xcode-select:错误:已安装命令行工具,使用“软件更新”安装更新

关于我的Xcode->偏好设置>位置

有一个命令行工具
并选择“Xcode 6.1.1(6A2008a)”(可以选择唯一的一个)

0 个答案:

没有答案