Xcode 12+ Simulator not attaching while running - Error

187 Views Asked by At

For some reason, while running xcode12 ++, unable to attach the simulator for debugging. Its disconnecting after installing.

1

There are 1 best solutions below

0
Sangy05 On

Fix:

Quit Xcode.

run below command in terminal.

echo "settings set plugin.process.gdb-remote.packet-timeout 300" > .lldbinit

Restart system & restart xcode