美文网首页
iOS开发之阿里云OSS上传报错

iOS开发之阿里云OSS上传报错

作者: chasitu | 来源:发表于2020-07-03 17:28 被阅读0次

话不多说我们直接看错误

错误

[Client] Sending selectors failed with: 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

完成,收工

相关文章

网友评论

      本文标题:iOS开发之阿里云OSS上传报错

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