4

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

Pratik Sodha
  • 3,679
  • 2
  • 19
  • 38
Jersey
  • 391
  • 1
  • 4
  • 14
  • Does this answer your question? [Xcode 10 seems to break com.apple.commcenter.coretelephony.xpc](https://stackoverflow.com/questions/52455652/xcode-10-seems-to-break-com-apple-commcenter-coretelephony-xpc) – Blazej SLEBODA Apr 02 '22 at 14:29

1 Answers1

1

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.