Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to contact local DTServiceHub to bless simulator connection

Tags:

ios

xcode8

When I run my basic Xcode project in simulator, I got the below issue:-

Failed to initiate service connection to simulator.

Unable to contact local DTServiceHub to bless simulator connection

Xcode 8.0

OS 10.11.6

SWIFT 3

enter image description here

like image 589
pkc456 Avatar asked Sep 22 '16 09:09

pkc456


2 Answers

I reset the Simulator by using the "Reset Content and Settings..." and quit my Xcode. Then opened my project again and ran, it worked for me. But I don't know why this error occurred.

like image 179
Paddy Avatar answered Sep 28 '22 00:09

Paddy


In Xcode 9 there is Simulator > Hardware > Erase All Content and Settings

like image 33
iPC Avatar answered Sep 27 '22 23:09

iPC