0

我尝试运行一个演示应用程序和一个基本的 rhogen 应用程序应用程序,但无法在我的设备上加载任何内容,即使它在模拟器中运行良好。这是我得到的错误:

I 10/10/2011 17:20:53:800 0505f000                  APP| Create RHO framework failed: #<ArgumentError: NULL pointer given>;Trace: lib/rholang/localization_simplified.rb:27:in `get_property'
lib/rholang/localization_simplified.rb:27:in `requre_loc'
lib/rholang/localization_simplified.rb:56:in `<main>'
lib/rho/rhoapplication.rb:29:in `require'
lib/rho/rhoapplication.rb:29:in `<main>'
lib/rhoframework.rb:157:in `require'
lib/rhoframework.rb:157:in `<main>'

我需要在构建或 Xcode 中更改某些特定内容以使其运行吗?

4

1 回答 1

0

如果有其他人为这类事情苦苦挣扎:应该对 lib/rholang/localization_simplified.rb:27 进行 nil 检查。

如果您对此有疑问,请不要排除罗德源中可能存在错误的事实...

于 2011-10-11T22:01:51.403 回答