TestFlight Crash

Hello everyone! I have a problem with my TestFlight build. Everything works great on iPhone simulator and on physical device. But when I upload my build on TestFlight App and run my app it immediately crashes. When I open crash log via Organizer error log says:

in __abort_with_payload ()

full crash log

Date/Time:           2021-12-08 17:47:12.4042 +0300
Launch Time:         2021-12-08 17:47:12.3980 +0300
OS Version:          iPhone OS 15.1 (19B74)
Release Type:        User
Baseband Version:    3.00.00
Report Version:      104

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Termination Details: (terminated at launch; ignore backtrace)
Triggered by Thread:  0


Thread 0 Crashed:
0   dyld                          	0x00000001030a4198 __abort_with_payload + 8
1   dyld                          	0x00000001030a9d5c abort_with_payload_wrapper_internal + 104 (terminate_with_reason.c:102)
2   dyld                          	0x00000001030a9d90 abort_with_payload + 16 (terminate_with_reason.c:124)
3   dyld                          	0x000000010307a2b4 dyld4::halt(char const*) + 328 (DyldProcessConfig.cpp:2046)
4   dyld                          	0x0000000103077578 dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*) + 3280 (dyldMain.cpp:0)
5   dyld                          	0x0000000103075a04 start + 488 (dyldMain.cpp:869)


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000006   x1: 0x0000000000000001   x2: 0x000000016d77ad70   x3: 0x000000000000009e
    x4: 0x000000016d77a970   x5: 0x0000000000000000   x6: 0x0000000000000000   x7: 0x0000000000000110
    x8: 0x0000000000000020   x9: 0x0000000000000009  x10: 0x0000000000000001  x11: 0x000000000000000a
   x12: 0x0000000000000000  x13: 0x0000000000000033  x14: 0x0000000214e94609  x15: 0x0000000000000000
   x16: 0x0000000000000209  x17: 0x000000010309e830  x18: 0x0000000000000000  x19: 0x0000000000000000
   x20: 0x000000016d77a970  x21: 0x000000000000009e  x22: 0x000000016d77ad70  x23: 0x0000000000000001
   x24: 0x0000000000000006  x25: 0x000000016d77b748  x26: 0x0000000000000001  x27: 0x0000000000000000
   x28: 0x0000000000000000   fp: 0x000000016d77a940   lr: 0x00000001030a9d5c
    sp: 0x000000016d77a900   pc: 0x00000001030a4198        cpsr: 0x0
   esr: 0x56000080  Address size fault


Binary Images:
0x10305c000 - 0x1030b3fff dyld arm64e  <c21dba379df93fc7b286734030e18bb1> /usr/lib/dyld

EOF

Already tried: Cleaning and rebuilding, deleting derived data, deleting certificate Any ideas?

This is the same issue as state here https://developer.apple.com/forums/thread/696197

Try update to Xcode 13.2RC it should solve your issue

TestFlight Crash
 
 
Q