I seem to have an error raising event in my B4XPages iOS app that always appears on line 59 regardless of which module has raised it. Does anybody know what might be causing it?
Sometimes there is code or a declaration on line 59 of the named module but sometimes line 59 has no code on it at all.
The Android version does not have the same issue.
Error occurred on line: 59 (B4XMainPage)
Target is null. Method called: _initialize:::
Stack Trace: (
CoreFoundation 96F8386D-D88A-3C89-A323-A17975C3317F + 1157608
libobjc.A.dylib objc_exception_throw + 56
CoreFoundation 96F8386D-D88A-3C89-A323-A17975C3317F + 120000
ATTMA Air Testing +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 172
ATTMA Air Testing -[B4ICustomViewWrapper AfterDesignerScript] + 2076
ATTMA Air Testing -[B4ILayoutBuilder loadLayout:::] + 2696
ATTMA Air Testing -[B4IPanelWrapper LoadLayout::] + 204
ATTMA Air Testing -[B4XViewWrapper LoadLayout::] + 100
ATTMA Air Testing -[b4i_preparationview _designercreateview::::] + 1096
ATTMA Air Testing -[ResumableSub_b4xmainpage_load_middle_page resume::] + 20260
ATTMA Air Testing -[b4i_b4xmainpage _load_middle_page::] + 548
ATTMA Air Testing -[b4i_b4xmainpage _navtoppanelclick::] + 3452
ATTMA Air Testing -[b4i_b4xmainpage _navtoppanel_touch::::] + 676
CoreFoundation 96F8386D-D88A-3C89-A323-A17975C3317F + 1175856
CoreFoundation 96F8386D-D88A-3C89-A323-A17975C3317F + 8640
ATTMA Air Testing +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1608
ATTMA Air Testing -[B4IShell runMethod:] + 448
ATTMA Air Testing -[B4IShell raiseEventImpl:method:args::] + 2172
ATTMA Air Testing -[B4IShellBI raiseEvent:event arams:] + 1580
ATTMA Air Testing -[B4IPanelView touchesBegan:withEvent:] + 712
UIKitCore 71B59F62-19DA-3CFF-89E1-DACF333BAB0D + 11984176
UIKitCore 71B59F62-19DA-3CFF-89E1-DACF333BAB0D + 11991220
UIKitCore 71B59F62-19DA-3CFF-89E1-DACF333BAB0D + 11841104
UIKitCore 71B59F62-19DA-3CFF-89E1-DACF333BAB0D + 12375132
UIKitCore 71B59F62-19DA-3CFF-89E1-DACF333BAB0D + 12393468
UIKitCore 71B59F62-19DA-3CFF-89E1-DACF333BAB0D + 12357344
CoreFoundation 96F8386D-D88A-3C89-A323-A17975C3317F + 633824
CoreFoundation 96F8386D-D88A-3C89-A323-A17975C3317F + 633568
CoreFoundation 96F8386D-D88A-3C89-A323-A17975C3317F + 630312
CoreFoundation 96F8386D-D88A-3C89-A323-A17975C3317F + 607184
CoreFoundation CFRunLoopRunSpecific + 572
GraphicsServices GSEventRunModal + 160
UIKitCore 71B59F62-19DA-3CFF-89E1-DACF333BAB0D + 11716152
UIKitCore UIApplicationMain + 164
ATTMA Air Testing main + 128
libdyld.dylib E31C0887-C999-3047-9B80-203248EC2396 + 5512
)
Sometimes there is code or a declaration on line 59 of the named module but sometimes line 59 has no code on it at all.
The Android version does not have the same issue.
Error occurred on line: 59 (B4XMainPage)
Target is null. Method called: _initialize:::
Stack Trace: (
CoreFoundation 96F8386D-D88A-3C89-A323-A17975C3317F + 1157608
libobjc.A.dylib objc_exception_throw + 56
CoreFoundation 96F8386D-D88A-3C89-A323-A17975C3317F + 120000
ATTMA Air Testing +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 172
ATTMA Air Testing -[B4ICustomViewWrapper AfterDesignerScript] + 2076
ATTMA Air Testing -[B4ILayoutBuilder loadLayout:::] + 2696
ATTMA Air Testing -[B4IPanelWrapper LoadLayout::] + 204
ATTMA Air Testing -[B4XViewWrapper LoadLayout::] + 100
ATTMA Air Testing -[b4i_preparationview _designercreateview::::] + 1096
ATTMA Air Testing -[ResumableSub_b4xmainpage_load_middle_page resume::] + 20260
ATTMA Air Testing -[b4i_b4xmainpage _load_middle_page::] + 548
ATTMA Air Testing -[b4i_b4xmainpage _navtoppanelclick::] + 3452
ATTMA Air Testing -[b4i_b4xmainpage _navtoppanel_touch::::] + 676
CoreFoundation 96F8386D-D88A-3C89-A323-A17975C3317F + 1175856
CoreFoundation 96F8386D-D88A-3C89-A323-A17975C3317F + 8640
ATTMA Air Testing +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1608
ATTMA Air Testing -[B4IShell runMethod:] + 448
ATTMA Air Testing -[B4IShell raiseEventImpl:method:args::] + 2172
ATTMA Air Testing -[B4IShellBI raiseEvent:event
ATTMA Air Testing -[B4IPanelView touchesBegan:withEvent:] + 712
UIKitCore 71B59F62-19DA-3CFF-89E1-DACF333BAB0D + 11984176
UIKitCore 71B59F62-19DA-3CFF-89E1-DACF333BAB0D + 11991220
UIKitCore 71B59F62-19DA-3CFF-89E1-DACF333BAB0D + 11841104
UIKitCore 71B59F62-19DA-3CFF-89E1-DACF333BAB0D + 12375132
UIKitCore 71B59F62-19DA-3CFF-89E1-DACF333BAB0D + 12393468
UIKitCore 71B59F62-19DA-3CFF-89E1-DACF333BAB0D + 12357344
CoreFoundation 96F8386D-D88A-3C89-A323-A17975C3317F + 633824
CoreFoundation 96F8386D-D88A-3C89-A323-A17975C3317F + 633568
CoreFoundation 96F8386D-D88A-3C89-A323-A17975C3317F + 630312
CoreFoundation 96F8386D-D88A-3C89-A323-A17975C3317F + 607184
CoreFoundation CFRunLoopRunSpecific + 572
GraphicsServices GSEventRunModal + 160
UIKitCore 71B59F62-19DA-3CFF-89E1-DACF333BAB0D + 11716152
UIKitCore UIApplicationMain + 164
ATTMA Air Testing main + 128
libdyld.dylib E31C0887-C999-3047-9B80-203248EC2396 + 5512
)