[TIMOB-26310] iOS: Crash on iOS 12 Beta
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Resolved |
Resolution | Invalid |
Resolution Date | 2018-08-17T20:50:01.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Unknown |
Created | 2018-08-16T18:28:37.000+0000 |
Updated | 2018-08-17T20:50:01.000+0000 |
Description
Taken from [this Slack thread](https://ti-slack.slack.com/archives/C03CVQX2A/p1534443895000100):
We are trying to run app on iOS 12.0 Beta Version App crashes with Following Error Logs. Can Anyone direct me what is causing app to Crash.
App_Test 0x00000001007c5468 -[KrollEval jsInvokeInContext:exception:] (KrollContext.m:643)
App_Test 0x00000001007c23fc -[KrollBridge loadCommonJSModule:withSourceURL:] (KrollBridge.m:734)
App_Test 0x00000001007c2ec4 -[KrollBridge loadJavascriptText:fromFile:withContext:] (KrollBridge.m:922)
App_Test 0x00000001007c3124 -[KrollBridge loadAsFile:withContext:] (KrollBridge.m:986)
App_Test 0x00000001007c3338 -[KrollBridge loadAsFileOrDirectory:withContext:] (KrollBridge.m:1055)
App_Test 0x00000001007c38d4 -[KrollBridge require:path:] (KrollBridge.m:1167)
App_Test 0x00000001007c68b4 CommonJSRequireCallback (KrollContext.m:249)
App_Test 0x00000001e6e3a1d8 0x00000001e6daf000 + 569816
It looks like a false-positive caused by a bad require and/or outdated Titanium version.I tested with Ti 7.4.0 and latest Xcode 10 Beta. It works fine.