Jersey
Jersey

Reputation: 421

Xcode10 run the simulator warning failure to start

Console error:

Failed to create remote object proxy: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated.}

Failed to ping server after delegate was set

Upvotes: 4

Views: 3059

Answers (1)

Oliver Christen
Oliver Christen

Reputation: 73

I also had the exactly same error. Seems to be related to Xcode10. When I downgraded to Xcode9.4.1 (which I downloaded from here: https://download.developer.apple.com/Developer_Tools/Xcode_9.4.1/Xcode_9.4.1.xip) the error disappeared. I think we have to wait until apple fixed the problem in XCode10.

Upvotes: 1

Related Questions