My iOS app is running firebase reports since several weeks.
I added crashlytics 2 days ago by following the official steps:
https://firebase.google.com/docs/crashlytics/get-started?authuser=0
in fact, It seems all I had to do was to install these pods:
pod 'Fabric', '~> 1.7.2'
pod 'Crashlytics', '~> 3.9.3'
I also added "DWARF with dSYM File" for the debug information format on both debug and release build settings
Now when I start the app I can see in the log :
[Crashlytics] Version 3.9.3 (128)
Then I forced a crash from an app launched manually (not with the debugger), and I can see the following in the logs after I restart the app from xcode:
[Crashlytics:Crash:Reports] Packaged report with id '9aeb11f6423b4f11b95a0f3263fc7510' for submission
nothing else regarding crashlytics
my question : Why I can't see any data in the firebase crashlytics reports?
For those who are still having problems. Check if you still have pod 'Firebase/Crash'
in your podfile.
My problem was fixed when I removed the old Firebase Crash Reporting.