firebase-ios-sdk: [Crashlytics] Not receiving crash reports
Step 1: Describe your environment
- Xcode version: 11.2.1
- Firebase SDK version: 6.16.0
- Firebase Component: Crashlytics (Auth, Core, Database, Firestore, Messaging, Storage, etc)
- Component version: 4.0.0-beta1
- Installation method:
CocoaPods
Step 2: Describe the problem
After upgrading to the new Firebase Crashlytics SDK, we are not receiving crash reports for either debug or release builds. We verified the installation & correct usage of the GoogleService-Info.plist. When forcing a crash locally using fatalError, on the next execution Crashlytics.crashlytics().didCrashDuringPreviousExecution() always returns false.
Steps to reproduce:
Force a simple crash using fatalError
Relevant Code:
in didFinishLaunching
print(Crashlytics.crashlytics().didCrashDuringPreviousExecution())
DispatchQueue.main.asyncAfter(deadline: .now() + 35) {
fatalError()
}
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 16 (8 by maintainers)
The team is actively looking into this issue and we will follow up shortly š
@rizafran I have not observed a log output stating anything about the actual submission besides the packaging mentioned above. All dSyms were uploaded, both manually and by hand just in case, still no change for over 48h. However, Iām now seeing the following error when presumably trying to submit the data after ugprading to
beta-3