xcode Fabric 无法下载设置 Error Domain=FABNetworkError Code=-6

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/34793494/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 08:25:54  来源:igfitidea点击:

Fabric failed to download settings Error Domain=FABNetworkError Code=-6

iosobjective-cxcodetwitter-fabric

提问by ladessa-ios

I have implemented Fabric in my app and it always worked properly. Now, when I try to run my app on device I'm getting the following error:

我已经在我的应用程序中实现了 Fabric,它总是正常工作。现在,当我尝试在设备上运行我的应用程序时,出现以下错误:

[Fabric] failed to download settings Error Domain=FABNetworkError Code=-6 "(null)"

[Fabric] 无法下载设置 Error Domain=FABNetworkError Code=-6 "(null)"

On simulator always works properly. Any idea?

在模拟器上总是正常工作。任何的想法?

回答by benfwirtz

As per the Twitter forum, this error message indicates that Fabric has troubles connecting to the server, i.e. no internet connection or one that is very slow / experiences a high package loss rate.

根据Twitter 论坛,此错误消息表明 Fabric 无法连接到服务器,即没有互联网连接或连接速度非常慢/包裹丢失率很高。

If you're in doubt, try opening a website on the device / emulator.

如果您有疑问,请尝试在设备/模拟器上打开一个网站。

回答by Steve Glick

This indicates an error connecting to the server. In my case it came up after an update, and I just had to uninstall the app completely and reinstall.

这表示连接到服务器时出错。就我而言,它是在更新后出现的,我只需要完全卸载该应用程序并重新安装。