Pretty much the title. Crash occurs immediately on running the app from Xcode 15 beta 7 on iOS 12 device, in my case iPhone 5S:
EXC_BAD_ACCESS (code=1, address=0x52c000) in _dyld_start:
0x103ad503c <+60>: mov x5, sp
0x103ad5040 <+64>: bl 0x103ad5088 ; dyldbootstrap::start(macho_header const*, int, char const**, long, macho_header const*, unsigned long*)
-> 0x103ad5044 <+68>: mov x16, x0 0x103ad5048 <+72>: ldr x1, [sp]
Is it only me? Anything that can be done to fix it?
Reported to Apple as FB13040351.