安装Ruby Debug IDE Gem

时间:2012-11-19 18:33:50

标签: ruby xcode gem aptana3

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

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

不在这里: 的 /开发人员的/ usr /斌/ 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

1 个答案:

答案 0 :(得分:2)

我通过转到

中的“位置”标签解决了这个问题 Xcode>偏好>下载

enter image description here

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

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

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

sudo xcodebuild -license