I have installed cordova-plugin-firebase in an Ionic Cordova application and since I have added this plugin I notice the following error when I debug my app with Xcode
[Fabric] failed to download settings Error Domain=FABNetworkError Code=-6 "(null)"
UserInfo={retryLimit=1, NSErrorFailingURLStringKey=https://settings.crashlytics.com/spi/v2/platforms/ios/apps/com.xxxx.xxx/settings?build_version=0.0.1&display_version=0.0.1&instance=97c1e85dd3ad632581d946201a4c49ed11d6d557&source=1}
How could I resolve it without affecting the Cordova Firebase plugin?
I found this but it’s not work because it’s so old
cordova-plugin-firebase how to remove crashlytics?
I create a blank project with cordova-plugin-firebase with same version “cordova-ios”: “6.2.0” and it’s work well
1 post - 1 participant