Not able to find EXC_CRASH (SIGABRT) reason

HI , I have following crash from the market that I cannot reproduce nor understand.

Is anyone able to explain to me which type of problem is or at least how to "translate" the crash in something usable to detect the problem ?

Incident Identifier: 2B515853-99A1-494E-BB12-FFF4B9120D9C Hardware Model: iPhone11,8 Process: WorldViewerLiteHD [10076] Path: /private/var/containers/Bundle/Application/FE51FE05-92C3-4719-81F1-D0CD1953BB38/WorldViewerLiteHD.app/WorldViewerLiteHD Identifier: gec.MarineApp.WorldViewerLiteHD Version: 26.4.3 (26.4) AppStoreTools: 12E262 AppVariant: 1:iPhone11,8:13 Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: gec.MarineApp.WorldViewerLiteHD [1217]

Date/Time: 2021-07-04 08:14:48.2243 -0400 Launch Time: 2021-07-04 08:06:28.8374 -0400 OS Version: iPhone OS 14.6 (18F72) Release Type: User Baseband Version: 3.04.01 Report Version: 104

Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Triggered by Thread: 0

Last Exception Backtrace: 0 CoreFoundation 0x18d6a6754 __exceptionPreprocess + 220 (NSException.m:199) 1 libobjc.A.dylib 0x1a216d7a8 objc_exception_throw + 60 (objc-exception.mm:565) 2 UIKitCore 0x18f97e8ac -[UIViewController _presentViewController:withAnimationController:completion:] + 5676 (UIViewController.m:0) 3 UIKitCore 0x18f97f310 __63-[UIViewController _presentViewController:animated:completion:]_block_invoke + 108 (UIViewController.m:7965) 4 UIKitCore 0x18f999df4 -[_UIViewControllerTransitionCoordinator _applyBlocks:releaseBlocks:] + 276 (UIViewControllerTransitioning.m:1140) 5 UIKitCore 0x18f9963a8 -[_UIViewControllerTransitionContext _runAlongsideCompletions] + 160 (UIViewControllerTransitioning.m:376) 6 UIKitCore 0x18f996084 -[_UIViewControllerTransitionContext completeTransition:] + 128 (UIViewControllerTransitioning.m:288) 7 UIKitCore 0x1905c9b80 -[UIViewAnimationBlockDelegate _didEndBlockAnimation:finished:context:] + 724 (UIView.m:14365) 8 UIKitCore 0x19059c1f8 -[UIViewAnimationState sendDelegateAnimationDidStop:finished:] + 248 (UIView.m:0) 9 UIKitCore 0x19059c75c -[UIViewAnimationState animationDidStop:finished:] + 244 (UIView.m:2238) 10 UIKitCore 0x19059c8c4 -[UIViewAnimationState animationDidStop:finished:] + 604 (UIView.m:2257) 11 QuartzCore 0x190a728ec CA::Layer::run_animation_callbacks(void*) + 280 (CALayer.mm:7187) 12 libdispatch.dylib 0x18d29381c _dispatch_client_callout + 20 (object.m:559) 13 libdispatch.dylib 0x18d2a1c70 _dispatch_main_queue_callback_4CF + 884 (inline_internal.h:2557) 14 CoreFoundation 0x18d620398 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 16 (CFRunLoop.c:1790) 15 CoreFoundation 0x18d61a270 __CFRunLoopRun + 2524 (CFRunLoop.c:3118) 16 CoreFoundation 0x18d619360 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 17 GraphicsServices 0x1a4c57734 GSEventRunModal + 164 18 UIKitCore 0x190094584 -[UIApplication _run] + 1072 (UIApplication.m:3269) 19 UIKitCore 0x190099df4 UIApplicationMain + 168 (UIApplication.m:4740) 20 WorldViewerLiteHD 0x100cf9c2c main + 88 (main.m:17) 21 libdyld.dylib 0x18d2d5cf8 start + 4

Thread 0 name: Thread 0 Crashed: 0 libsystem_kernel.dylib 0x00000001bb7bd334 __pthread_kill + 8 1 libsystem_pthread.dylib 0x00000001d9209a9c pthread_kill + 272 2 libsystem_c.dylib 0x0000000196a54b90 abort + 104 (abort.c:110) 3 libc++abi.dylib 0x00000001a224ebb8 abort_message + 132 (abort_message.cpp:78) 4 libc++abi.dylib 0x00000001a223fec8 demangling_terminate_handler() + 308 (cxa_default_handlers.cpp:67) 5 libobjc.A.dylib 0x00000001a214c05c _objc_terminate() + 144 (objc-exception.mm:701) 6 libc++abi.dylib 0x00000001a224dfa0 std::__terminate(void (*)()) + 20 (cxa_handlers.cpp:59) 7 libc++abi.dylib 0x00000001a224df2c std::terminate() + 48 (cxa_handlers.cpp:88) 8 libdispatch.dylib 0x000000018d293830 _dispatch_client_callout + 40 (object.m:562) 9 libdispatch.dylib 0x000000018d2a1c70 _dispatch_main_queue_callback_4CF + 884 (inline_internal.h:2557) 10 CoreFoundation 0x000000018d620398 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 16 (CFRunLoop.c:1790) 11 CoreFoundation 0x000000018d61a270 __CFRunLoopRun + 2524 (CFRunLoop.c:3118) 12 CoreFoundation 0x000000018d619360 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242) 13 GraphicsServices 0x00000001a4c57734 GSEventRunModal + 164 14 UIKitCore 0x0000000190094584 -[UIApplication _run] + 1072 (UIApplication.m:3269) 15 UIKitCore 0x0000000190099df4 UIApplicationMain + 168 (UIApplication.m:4740) 16 WorldViewerLiteHD 0x0000000100cf9c2c main + 88 (main.m:17) 17 libdyld.dylib 0x000000018d2d5cf8 start + 4

Not able to find EXC_CRASH (SIGABRT) reason
 
 
Q