-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to download settings Error Domain=FIRCLSNetworkError Code=-5 on catalyst #5641
Comments
Thanks. Can you let me know if you created this app in Fabric or if it was an app created in Firebase. Usually when we see issues like this, it's either that: 1 - the app is not fully activated on the backend. 2 - something is wrong with your integration of the Firebase SDKs. Usually it falls into the first category, in which case you'd need to clean your simulator and do a build and run event for the production version. |
Hey @Patrick3131. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Hello there! I have the same issue. (Failed to download settings Error Domain=FIRCLSNetworkError Code=-5 with 404 error code)
It was created in the Fabric and now we migrated to the Firebase
I've done it also, no results. A little bit more information in my case: P.S. One more thing: we have successfully configured iOS app in the same account for this project under another bundle id and it works. Issue had appeared when I tried to migrate to the new bundle id and create new app for it in Firebase |
I've got the same problem, after reading Upgrade to the Firebase Crashlytics SDK:
my application finally got connected to the Firebase Console. |
@roskoff thanks |
I am seeing this also, and did not migrate from Fabric. This is a new project following the latest documentation. |
@TKBurner could you please assist on this issue? |
I have resolved this issue: |
Is it possible you can't register bundle identifiers with a "-"? |
After i use |
Hey @Patrick3131. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
I can reliably reproduce this by setting up a new project and adding just |
I have confirmed that this is a problem. By changing my bundle ID to remove any dashes, this resolved the Crashlytics problem. |
I have this problem as well. I am able to get our debug builds to work as other apps, but not release builds. My error message is: |
This comment has been minimized.
This comment has been minimized.
Hey @ClayPwr, if you're seeing console errors you should file an issue at Firebase Support. This is definitely a client-side bug, but it should not be causing console errors. |
I had the same issue. I forgot to active Crashlytics for iOS. |
I'm having the same issue. I'm migrating from fabric and first it ran in to a case sensitivity issue. The bundle name in firebase has a single capitolized letter which made it not match. So i created a second new app, and now it give the FIRCLSNetworkError Code=-5 error. The bundleId DOES have a dash in it. But, i can't remove it since apple doesn't allow bundleId's to change and this is an existing app in the store. |
@jriskin you should file a ticket at Firebase Support, they may be able to help you on the Firebase project side of things. |
Hi, I'm having the same issue as @jriskin. New app with "-" in the BUNDLE_ID. |
I'm experiencing this error too, i can't get Crashlytics to report crashes from my debug build. No dashes in the bundle id, and this is a new app, not imported from Fabric. |
Magically this solved my issue. |
com.moneygram.ro I am having the same error. I have some apps migrated from Fabric whereas rest of the apps are new in single project. 6.15.0 - [Firebase/Crashlytics][I-CLS000000] Skipping report with id 'c1b8aa111be04a078872ee0b7da42a68' this run of the app because Organization ID was nil. Report will upload once settings are download successfully |
@aditur2112 TKBurner no longer works on Firebase. Please file a support ticket via the link above. |
com.moneygram.ro I am having the same error. I have some apps migrated from Fabric whereas rest of the apps are new in single project. 6.15.0 - [Firebase/Crashlytics][I-CLS000000] Skipping report with id 'c1b8aa111be04a078872ee0b7da42a68' this run of the app because Organization ID was nil. Report will upload once settings are download successfully |
After added implementations of Firebase Crashlytics at iOS, app are not sending any crash reports. The error is:
Steps:
Next log: Does anyone know what is causing this problem with the Organization ID? After open ticket with Firebase support they send me next reply:
This recent update Version 7.0.0 - October 26, 2020 works for me. |
[REQUIRED] Step 1: Describe your environment
Xcode version: 11.4.1
Firebase SDK version:6.24.0
Firebase Component: Crashlytics
Component version: 4.1.0
Installation method: CocoaPods
[REQUIRED] Step 2: Describe the problem
Steps to reproduce:
I have three different plists for iOS, macCatalyst staging and macCatalyst production. It works on iOS and staging. But for production it does not work and I run in to
FIRCLSNetworkError Code=-5
.I checked if the bundle id's match, I added a run script and also tried the solutions from a similar problem: #4690
Researching I found a lot of related problems to the fabric implementation, but fabric is not connected to the project.
Do you have any other ideas?
Relevant Code:
The text was updated successfully, but these errors were encountered: