EXC_CRASH SIGABRT on app launch iOS16+

Hello, we have several users experiencing a crash when launching the app, this started happening after iOS 16 and after we started building with Xcode 14, we are having troubles gathering information because the crash detection tools are not yet loaded. This is the relevant info from a stack trace that we managed to gather

Last Exception Backtrace:
0   CoreFoundation                	       0x1cb5ce248 __exceptionPreprocess + 164
1   libobjc.A.dylib               	       0x1c498fa68 objc_exception_throw + 60
...
16  libswiftCore.dylib            	       0x1c5807b88 dispatch thunk of Encodable.encode(to:) + 32
17  Foundation                    	       0x1c5ea0540 __JSONEncoder.box_(_:) + 2264
18  Foundation                    	       0x1c5e9f84c JSONEncoder.encode<A>(_:) + 556
19  Foundation                    	       0x1c5ec4588 dispatch thunk of JSONEncoder.encode<A>(_:) + 56
...
27  UIKitCore                     	       0x1cdaacf40 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 300
28  UIKitCore                     	       0x1cdaac664 -[UIApplication _callInitializationDelegatesWithActions:forCanvas:payload:fromOriginatingProcess:] + 2848
29  UIKitCore                     	       0x1cdaab640 -[UIApplication _runWithMainScene:transitionContext:completion:] + 856
30  UIKitCore                     	       0x1cdaab2b8 -[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:] + 176
31  UIKitCore                     	       0x1cdaf5d0c -[UIApplication _compellApplicationLaunchToCompleteUnconditionally] + 48
32  UIKitCore                     	       0x1cdaf4d64 -[UIApplication _run] + 852
33  UIKitCore                     	       0x1cdaf49ec UIApplicationMain + 340
34  libswiftUIKit.dylib           	       0x1d3fa42a0 UIApplicationMain(_:_:_:_:) + 104
...
36  dyld                          	       0x1e9969948 start + 2504

Thanks!

we are having troubles gathering information because the crash detection tools are not yet loaded.

Well, from my perspective that’s a good thing, because third-party crash reporters tend to cause problems. For more background on that, see Implementing Your Own Crash Reporter.

Anyway, please post a full Apple crash report for this crash. See Posting a Crash Report for advice on how to do that.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

EXC_CRASH SIGABRT on app launch iOS16&#43;
 
 
Q