Any project I create with Xcode crashes with debugging on a physical device

Hello so when I start xcode and create a new Swift project for IOS, the project is created correctly, then when I debug on the physical device (in this case iphone 6) the application crashes! and it generates the error below! The strange thing is that in the output only writes (lldb) without a specific error, how can I solve this?

Xcode Crash Image: https://imgur.com/a/mXSeLbM

All Output Error :

dyld`__abort_with_payload:
0x1008322f0 <+0>: mov x16, #0x209
0x1008322f4 <+4>: svc #0x80
→ Thread 1: signal SIGABRT 0x1008322f8 <+8>: b.lo 0x100832310 ; <+32>
0x1008322fc <+12>: stp x29, x30, [sp, #-0x10]!
0x100832300 <+16>: mov x29, sp
0x100832304 <+20>: bl 0x100831990 ; cerror_nocancel
0x100832308 <+24>: mov sp, x29
0x10083230c <+28>: ldp x29, x30, [sp], #0x10
0x100832310 <+32>: ret

(lldb)

@rikideveloper Do you still experience this error?

This topic was automatically closed after 166 days. New replies are no longer allowed.