Exception Type: EXC_CRASH (SIGKILL) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Reason: Namespace SPRINGBOARD, Code 0x8badf00d Termination Description: SPRINGBOARD, scene-update watchdog transgression: application<cbundlename>:354 exhausted real (wall clock) time allowance of 10.00 seconds | ProcessVisibility: Foreground | ProcessState: Running | WatchdogEvent: scene-update | WatchdogVisibility: Background | WatchdogCPUStatistics: ( | "Elapsed total CPU time (seconds): 9.630 (user 9.630, system 0.000), 6% CPU", | "Elapsed application CPU time (seconds): 1.088, 1% CPU" | ) Triggered by Thread: 0
this is happening sometime to CLIENT , I almost can't reproduce this and I do not get any crashes
neither in Xcode organiser nor in Crashlytics
I can just get the logs from the device -> setting-> privacy-> analytics
I have worked very hard to remove all memory leaks and to clean the main thread as I can move the task to DispatchQueue.background
also, I have cleaned logic from AppDelegate
functions
and it still happens.
Please advise!