I added firebase crash reporting to my iOS project (added pod, added build phase script, added json to project, ...). When i run my app, i see in my console:
Firebase Crash Reporting: Successfully enabled
For testing, i insert fatalError() in my code after my FIRApp.configure() code (as suggested here: https://firebase.google.com/docs/crash/ios#create_your_first_error).
No crash reports are sent at my next app launch (that doesn't crash). I see nothing in my xcode console and nothing in my web console.
Not an immediate solution, but some diagnostic tricks that may help locate the problem:
find ~/Library/Developer/CoreSimulator -path '*/FCRDumps/*.dmp' -ls
(note that unprocessed crashes from other test apps will also be displayed).fatalError()
line, then rebuild and relaunch. The .dmp
files in that container should soon disappear, replaced by .crash
files (use find ~/Library/Developer/CoreSimulator -path '*/FCRCrashQueue/*.crash' -ls
to find them). The crash files will be deleted one at a time after they successfully upload.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With