0

我试图在 ruby​​motion 项目中运行 rake,他显示以下错误消息

错误!需要 Xcode 4.x 或更高版本

但是我的 Mac 上安装了 Xcode 4.3.2

我能做些什么?

PD:我安装了 Xcode 4.4.1,现在错误是这样的

  /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36: command not found: /Applications/Xcode 2.app/Contents/Developer/usr/bin/xcodebuild -version
     Build ./build/iPhoneSimulator-5.1-Development
sh: /Applications/Xcode: No such file or directory
sh: /Applications/Xcode: No such file or directory
sh: /Applications/Xcode: No such file or directory
   Compile ./app/app_delegate.rb
sh: /Applications/Xcode: No such file or directory
rake aborted!
Command failed with status (127): [/Applications/Xcode 2.app/Contents/Develop...]
Tasks: TOP => default => simulator => build:simulator
(See full trace by running task with --trace)
4

1 回答 1

3

也许您的系统上还安装了旧版本的 Xcode。从 RubyMotion 网站上的“入门”页面:

如果您在从 App Store 安装较新 Xcode 之前碰巧在您的机器上安装了较旧版本的 Xcode,您可能需要键入以下命令以正确设置默认 Xcode 路径。

$ sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
于 2012-09-05T10:02:40.703 回答