firebase-ios-sdk: Crashes from Apple Watch are not reported by Crashlytics

[REQUIRED] Step 1: Describe your environment

  • Xcode version: 12.2 b3
  • Firebase SDK version: 6.34
  • Installation method: CocoaPods
  • Firebase Component: Crashlytics

[REQUIRED] Step 2: Describe the problem

Crashlytics.crashlytics().didCrashDuringPreviousExecution() returns false on Apple Watch after crash. Crashes are not visible in Firebase dashboard.

Steps to reproduce:

Check sample project here: https://github.com/michaello/Crashlytics-Test

Tested both on simulator(6.2) and real Apple Watch(watchOS 7.1)

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 11
  • Comments: 41 (18 by maintainers)

Most upvoted comments

Are you running this in simulator or device? Could you reference https://github.com/firebase/firebase-ios-sdk/issues/6843#issuecomment-725660258 and let me know the details?

@grEvenX you would want to use a string selector so that it passes the build checks like perform(Selector(("crash")))