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)

Does it work on simulator ?

I have been having this same issue. it works on a Simulator (Xr) but not on the physical device (Xr). Everything is on the current beta (4). Any help would be appreceited. I tried this tutorial on a physical device because i am working on an app with a similar approach (reading a json to populate a list with info) and am getting the same exact error.

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