Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase/Crashlytics crash report not uploaded

Getting an error with the new [Firebase/Crashlytics] Version 4.0.0-beta.1 in the log with -FIRDebugEnabled

[Firebase/Crashlytics] Skipping report with id 'xxx' this run of the app because Organization ID was nil. Report will upload once settings are download successfully

I did download GoogleService-Info.plist, there is no Organization ID there.

like image 684
Nimeton Avatar asked Oct 28 '22 03:10

Nimeton


1 Answers

I have same error, then I open ticket with Firebase support and they send me next reply:

The second thing I noticed from the logs is that the Firebase SDK version being used is a bit old "6.18.0", the latest version is "7.0.0" If running "pod install" gives you the same version, you could try running the command "pod update" or "pod install --repo-update" to get the latest version.

This recent update Version 7.0.0 - October 26, 2020 works for me. https://firebase.google.com/support/release-notes/ios#version_700_-_october_26_2020

like image 161
Javier Amor Penas Avatar answered Oct 31 '22 10:10

Javier Amor Penas