Since 2 days ago, any TestFlight builds generated are crashing with the following log.
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Reason: DYLD 9
unknown library ordinal -13 in /private/var/containers/Bundle/Application/C94ED5CA-9633-40DF-BF00-9127B722CDE3/appname.app/appname when binding '_$s5UIKit01_A23NumericRawRepresentablePAAE1loiySbx_xtFZ'
Triggered by Thread: 0
Thread 0 Crashed:
0 dyld 0x0000000104e7c578 __abort_with_payload + 8
1 dyld 0x0000000104e8217c abort_with_payload_wrapper_internal + 104 (terminate_with_reason.c:102)
2 dyld 0x0000000104e821b0 abort_with_payload + 16 (terminate_with_reason.c:124)
3 dyld 0x0000000104e5250c dyld4::halt(char const*) + 328 (DyldProcessConfig.cpp:2067)
4 dyld 0x0000000104e4f6d4 dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*) + 3484 (dyldMain.cpp:0)
5 dyld 0x0000000104e4da84 start + 488 (dyldMain.cpp:864)
Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000006 x1: 0x0000000000000009 x2: 0x000000016d0e8f20 x3: 0x0000000000000014
x4: 0x000000016d0e8b20 x5: 0x0000000000000000 x6: 0x0000000000000000 x7: 0x000000016d0e8560
x8: 0x0000000000000020 x9: 0x0000000000000009 x10: 0x0000000000000001 x11: 0x000000000000000a
x12: 0x0000000000000000 x13: 0x0000000000000031 x14: 0x0000000000000009 x15: 0x0000000000000000
x16: 0x0000000000000209 x17: 0x0000000104e76c10 x18: 0x0000000000000000 x19: 0x0000000000000000
x20: 0x000000016d0e8b20 x21: 0x0000000000000014 x22: 0x000000016d0e8f20 x23: 0x0000000000000009
x24: 0x0000000000000006 x25: 0x000000016d0eb758 x26: 0x0000000000000001 x27: 0x000000016d0eb5c0
x28: 0x0000000000000000 fp: 0x000000016d0e8af0 lr: 0x0000000104e8217c
sp: 0x000000016d0e8ab0 pc: 0x0000000104e7c578 cpsr: 0x40001000
esr: 0x56000080 Address size fault
Binary Images:
0x104e34000 - 0x104e8bfff dyld arm64e <780553c7d39f322a8cb9f4f6de52610d> /usr/lib/dyld
EOF
We have even created a new build today of a version which is already live on the App Store and now this new one is crashing as well as the rest, which does not make sense as no other changes were introduced.
We also use bitrise for distribution and these builds are working fine, it is just when those are going to TestFlight that it crashes.
Hope I have been clear and thanks a lot for the help!