Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16552

Crashlytics for crashes on device not reporting on firebase console

$
0
0

I am able to see crashes caused from simulator but when I create adhoc build and install on device and then crash it (made sure to relaunch after crash), it's not reporting at all. I have already waited for a week and there are enough crashes.

I am only surprised why its is reporting with simulator and why not for adhoc builds. What's difference in terms of crash reporting for simulator vs for device. I have already tried all solution available but not able to see crash logs for DEVICE only.

It's been one week I trying my own and reached to dead end , please help in this regard.Thanks.

  • My firebase setup

    "@react-native-firebase/analytics": "^7.0.0","@react-native-firebase/app": "^8.4.5", //<========"@react-native-firebase/crashlytics": "^8.4.9",//<==========="@react-native-firebase/messaging": "^7.9.0","@react-native-firebase/perf": "^7.4.8","@react-native-firebase/remote-config": "^7.0.10",
  • Console

Here is the output, notice only simulator logs

Notice - All the crashes are only for simulator.

  • Build Options

Build Options

  • Scheme Configuration while archiving

Scheme

  • Build Phaseenter image description here

Note - I have also uploaded DSYMS from archive to make sure have some thing to do with missing dsyms.


Viewing all articles
Browse latest Browse all 16552

Trending Articles