My rubymotion app was rejected by the app store for the reason:
We found that your app crashed on iPad running iOS 7.1.1 and iPhone 5s running iOS 7.1.2
I have crittercism installed and the crash report looks something like below:
20-Jul-14 03:23:54 PM NoMethodError
undefined method `[]' for nil:NilClass (NoMethodError)
1.4.0
0 App 0x00e42443 0x0005c000 + 14574659
1 App 0x00d9da59 0x0005c000 + 13900377
2 App 0x00e3fed3 0x0005c000 + 14565075
3 App 0x00e295d9 0x0005c000 + 14472665
4 App 0x00e285e1 0x0005c000 + 14468577
5 App 0x00e29079 0x0005c000 + 14471289
6 App 0x009c014f 0x0005c000 + 9847119
7 App 0x009c2575 0x0005c000 + 9856373
This log does not tell me exactly which line of code the error occurred on. How can I find that out? I don't have an iPhone 5S with 7.1.2 running on it so I can't check it on the device. Am I missing something obvious with the log report?