2

我正在尝试安装 ruby​​-debug-base 但似乎有问题找到我的 Xcode 4.5.2 命令行工具的路径?

看起来错误是由我在此处安装的命令行工具引起的: /usr/bin/xcodebuild

不在这里: /Developer/usr/bin/xcodebuild

有没有人遇到过这个路径问题?我该如何解决?我确实使用 Xcode 进行 iOS 开发,它运行良好。

谢谢!

admin$ sudo gem install ruby-debug-base      

Building native extensions.  This could take a while...
ERROR:  Error installing ruby-debug-base:
ERROR: Failed to build gem native extension.

/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb
creating Makefile

make
xcrun cc -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin11.0 -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin11.0 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE   -fno-common -arch i386 -arch x86_64 -g -Os -pipe -fno-common -DENABLE_DTRACE  -fno-common  -pipe -fno-common   -c trace_nums.c

sh: /Developer/usr/bin/xcodebuild: No such file or directory
/Developer/usr/bin/xcodebuild fails with 32512 - Unknown error: 32512

make: *** [trace_nums.o] Error 69


Gem files will remain installed in /Library/Ruby/Gems/1.8/gems/linecache-0.46 for inspection.

Results logged to /Library/Ruby/Gems/1.8/gems/linecache-0.46/ext/gem_make.out
4

1 回答 1

2

我通过转到

Xcode > Preferences > Downloads中的“Locations”选项卡解决了这个问题

在此处输入图像描述

到达那里后,我注意到“命令行工具”的下拉框没有选择 Xcode 版本,并且下拉框旁边有一个小警报图标。

单击下拉框后,我选择了作为下拉选项提供的唯一版本(4.5.2)。

然后我不得不从命令行接受 Xcode 最终用户协议,然后一切都很好。

sudo xcodebuild -license

于 2012-11-19T19:00:46.387 回答