关闭Xcode控制台的多余Log

[Client] Updating selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service on pid 0 named com.apple.commcenter.coretelephony.xpc was invalidated." UserInfo={NSDebugDescription=The connection to service on pid 0 named com

原因:开启了全局代理的同时去访问局域网资源。

解决办法:

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

posted @ 2020-08-14 16:43  Gabriel_Lee  阅读(654)  评论(0编辑  收藏  举报