我正在为我的 Ruby Motion 应用程序(“习惯”)在 TestFlight 中查看崩溃报告,它给了我这个:
undefined method `active' for nil:NilClass (NoMethodError)
2 Habits 0x004bd2f3 rb_rb2oc_exc_handler + 163
3 Habits 0x0003a38b main (main.mm:20)...
如何确定是哪一行 Ruby 代码触发了这个错误?
遇到同样的问题...看看这个答案:
https://stackoverflow.com/a/4954949/1740868
还有这篇博文:
http://nofail.de/2013/09/omg-apple-rejected-my-app/
基本上你会做这样的事情:
$ xcrun atos -arch armv7 -o Habits.app 0x004bd2f3
关于ios - 找出 RubyMotion 应用程序的 TestFlight 崩溃报告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17812104/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |