美文网首页
Xcode升级到10以后,运行模拟器出现下面的报错[Client

Xcode升级到10以后,运行模拟器出现下面的报错[Client

作者: 冰点雨 | 来源:发表于2020-02-19 14:50 被阅读0次

[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.}

解决办法:

在终端运行下面这行:

xcrun simctl spawn booted log config --mode "level:off"  --subsystem com.apple.CoreTelephony

相关文章

网友评论

      本文标题:Xcode升级到10以后,运行模拟器出现下面的报错[Client

      本文链接:https://www.haomeiwen.com/subject/qisafhtx.html