I have an application which I incorporated Crashlytics into it. I followed the docs but when I force a crash, Nothing shows up in my crash console. I checked the web for solutions but nothing seems to work.
Asked
Active
Viewed 345 times
0
-
There is a delay till the crash shows up in the console. How long did you wait? – tomerpacific Dec 09 '18 at 15:42
-
more than 12 hours. – King Dec 09 '18 at 15:44
-
run application without debugging – SPatel Dec 09 '18 at 15:51
-
@SPatel I am currently running without debugging. Which was done in the Schema – King Dec 09 '18 at 15:52
-
I mean run app and stop it from Xcode and again run it directly from simulator – SPatel Dec 09 '18 at 15:54
-
did that and still nothing shows up – King Dec 09 '18 at 15:58
-
I got this result in my firebase console `Upload 1 missing dSYM required to process 2 crashes` – King Dec 09 '18 at 16:00
-
Possible duplicate of [Firebase Crashlytics: Upload missing dSYMs to see crashes from 1 versions.(iOS)](https://stackoverflow.com/questions/48296774/firebase-crashlytics-upload-missing-dsyms-to-see-crashes-from-1-versions-ios) – Jake Lee Dec 09 '18 at 19:47
-
This may help you: https://stackoverflow.com/a/35374388/608312 – Jake Lee Dec 12 '18 at 04:12