App built with unity does not start

Both AdHoc and preview from Xcode were working, but when I applied for the store, I upgraded the Unity version (in relation to the abolition of UIWebView) As a result, the app stopped working and the Xcode debugger stopped working. Anyone know how to solve these?

more information ・max OS Venture 13.3 ・iPad OS 16.4 ・Update Unity 2019.2.0f1 to 2019.4.40f1 ・Xcode 14.3

I don't know the error because the debugger doesn't start, but the crash report was as follows

Exception Type: EXC_CRASH (SIGKILL) Exception Codes: 0x0000000000000000, 0x0000000000000000 Termination Reason: FRONTBOARD 2343432205 <RBSTerminateContext| domain:10 code:0x8BADF00D explanation:[application<*************>:1856] failed to terminate gracefully after 5.0s ProcessVisibility: Unknown ProcessState: Running WatchdogEvent: process-exit WatchdogVisibility: Background WatchdogCPUStatistics: ( "Elapsed total CPU time (seconds): 3.390 (user 3.390, system 0.000), 7% CPU", "Elapsed application CPU time (seconds): 0.000, 0% CPU" ) reportType:CrashLog maxTerminationResistance:Interactive>

help me...

Your app has been killed by the watchdog. Note the 0x8BADF00D (‘ate bad food’) in the crash report. For more background on this, see Addressing watchdog terminations.

Share and Enjoy

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

App built with unity does not start
 
 
Q