RubyMotion Rake失败-新应用程序

RubyMotion Rake失败-新应用程序,ruby,xcode,rubymotion,Ruby,Xcode,Rubymotion,运行以下命令: 创建HelloWorld cd HelloWorld rake 错误: libc++abi.dylib:以NSException类型的未捕获异常终止 ================================================================================ 申请被终止。故障报告文件可能由以下程序生成: 系统中,使用rake crashlog'打开它。使用rake debug=1'重新启动应用程序 在调试器中。 ========

运行以下命令:

创建HelloWorld

cd HelloWorld

rake

错误:

libc++abi.dylib:以NSException类型的未捕获异常终止

================================================================================
申请被终止。故障报告文件可能由以下程序生成:
系统中,使用
rake crashlog'打开它。使用
rake debug=1'重新启动应用程序
在调试器中。
=======================================================================================================

rake中止

TypeError:没有从nil到整数的隐式转换
/Library/RubyMotion/lib/motion/project/template/ios.rb:243:in
exit'
/Library/RubyMotion/lib/motion/project/template/ios.rb:243:in
block in'

您能提到您正在运行的Ruby版本吗?(运行
ruby-v
)您是否确保安装了最新的RubyMoon并使用了bundle来更新您的gems?您能否提及您正在运行的ruby版本?(运行
ruby-v
)您是否确保拥有最新的RubyMoon并使用捆绑包更新您的gems?