xcode升級10版本以后運行控制臺會輸出:
[Client] Synchronous remote object proxy returned error: 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.}
- 雖然出現(xiàn)這個錯誤但是程序可以正常運行心褐,想要去掉這個輸出信息需要在終端輸入:
xcrun simctl spawn booted log config --mode "level:off" --subsystem com.apple.CoreTelephony