Failed to initiate service connection to simulator Xcode

Viewed 13983

I run my program, the simulater showed the progress bar and suddenly disappeared and the pop up appeared and written there

Failed to initiate service connection to simulator

DTServiceHubClient failed to bless service hub for simulator iPhone 8 (81F102A0-7BDB-4A51-903B-CBC4AFFF93FB)

2 Answers

Just clean & build yor project it will run fine. If it does not help, then restart the xcode, clean & build the project.

The only thing that worked for me was to restart my computer.

Clean build, xcode restart, simulator restart, simulator erase content and settings... did not help.

Related