unable to boot the simulator launchd failed to respond

After I updated to Mac OS Catalina I'm no more able to run the simulator. I always get this: "Unable to boot the Simulator - launchd failed to respond".
I'm running

Mac OS 10.15 Catalina

Xcode 10.3


I can't update to Xcode 11 (anyway my collegue installed Xcode 11 and he's getting the same error too)


I already try these:

- Simulator/Hardware/Erase all contents and services... (the result was a black screen on simulator and nothing happened)

- Delete all simulators and download them again

- /private/tmp directory

sudo mkdir /private/tmp 
sudo chmod 1777 /private/tmp


- I tried this

xcrun simctl shutdown all  
xcrun simctl delete $(xcrun simctl list | grep -o '[0-9A-F]\{8\}-[0-9A-F]\{4\}-[0-9A-F]\{4\}-[0-9A-F]\{4\}-[0-9A-F]\{12\}' | xargs)
xcrun simctl delete unavailable


Nothing seems working...

The simulator looks working in the morning, than after few builds it stop working.


Ideas?

I fixed by create a new Simulator: Xcode > Product > Destination > Add additional Simulators > tab Simulators > tab button (+) (in bottom left of screen)

Go to Storage Management > Developer > Delete all the caches . Then open -a simulator

File > Open Simulator, select an existing iOS simulator.

I get this error:

Couldn't figure out why. Help please!

This solved the Problem for me:

Go to About This Mac > Storage > Manage > Developer and delete the Xcode Caches folder.

Turning off the WIFI and starting the simulator worked for me.

It helps me to remove simulators with same device but older iOS

Clean XCode cache, Apple logo -> Settings -> Storage -> Developer -> Delete Xcode cache

unable to boot the simulator launchd failed to respond
 
 
Q