IOS 14.4.2 app crashed on start. No ideas why

When i try to start app from testflight it always crash on start with ios 14.4.2. I cannot catch crash with help of appcenter. Please, advice me, what can cause that issue?


Code Block Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Triggered by Thread: 0
Last Exception Backtrace:
0 CoreFoundation 0x1848d186c __exceptionPreprocess + 220 (NSException.m:199)
1 libobjc.A.dylib 0x1998eac50 objc_exception_throw + 60 (objc-exception.mm:565)
2 CoreFoundation 0x184941e1c _CFThrowFormattedException + 116 (CFObject.m:1994)
3 CoreFoundation 0x18494e270 -[__NSPlaceholderDictionary initWithObjects:forKeys:count:].cold.4 + 52 (NSPlaceholderDictionary.m:70)
4 CoreFoundation 0x1847c2550 -[__NSPlaceholderDictionary initWithObjects:forKeys:count:] + 308 (NSPlaceholderDictionary.m:0)
5 CoreFoundation 0x1847b4dd0 +[NSDictionary dictionaryWithObjects:forKeys:count:] + 60 (NSDictionary.m:607)
6 PressedOrdersMobileiOS 0x105451170 0x104430000 + 16912752
7 PressedOrdersMobileiOS 0x105450d10 0x104430000 + 16911632
8 PressedOrdersMobileiOS 0x10544de38 0x104430000 + 16899640
9 PressedOrdersMobileiOS 0x10544d9bc 0x104430000 + 16898492
10 UIKitCore 0x1877d3ec4 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 2504 (UIView.m:17526)
11 QuartzCore 0x187cee644 -[CALayer layoutSublayers] + 308 (CALayer.mm:10147)
12 QuartzCore 0x187ceeb18 CA::Layer::layout_if_needed(CA::Transaction*) + 524 (CALayer.mm:10014)
13 QuartzCore 0x187d0330c CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 144 (CALayer.mm:2485)
14 QuartzCore 0x187c48640 CA::Context::commit_transaction(CA::Transaction*, double, double*) + 416 (CAContextInternal.mm:2449)
15 QuartzCore 0x187c73b08 CA::Transaction::commit() + 732 (CATransactionInternal.mm:449)
16 QuartzCore 0x187c74e98 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) + 96 (CATransactionInternal.mm:932)
17 CoreFoundation 0x18484c358 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 36 (CFRunLoop.c:1799)
18 CoreFoundation 0x1848465c4 __CFRunLoopDoObservers + 576 (CFRunLoop.c:1912)
19 CoreFoundation 0x184846b74 __CFRunLoopRun + 1056 (CFRunLoop.c:2953)
20 CoreFoundation 0x18484621c CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
21 GraphicsServices 0x19c410784 GSEventRunModal + 164 (GSEvent.c:2259)
22 UIKitCore 0x187286ee8 -[UIApplication _run] + 1072 (UIApplication.m:3253)
23 UIKitCore 0x18728c75c UIApplicationMain + 168 (UIApplication.m:4707)







Do you use animation in your code ?

Could you show the code where the app crashes ?
So, looks like that is not code issue. I did not have crash when testing locally on devices or simulators. Only when i am deploy to testflight and start app i have a crash. I added logs with events to my app. And that crash happens in different parts of my app. In appcenter that crash was not catching. So, i can not show you code where this happens. Only thing that i have is crashlog from test flight. About animation - nope, i did not have.
IOS 14.4.2 app crashed on start. No ideas why
 
 
Q