Questions tagged [crashlytics]
a mobile service for building crash reporting for iOS and Android, part of Firebase
362
questions
60
votes
5
answers
30k
views
Crashlytics: "We're missing a dSYM to process crashes" [closed]
Crashlytics says "We're missing a dSYM to process crashes" and when I try to download dSYMs from Xcode (7.1), I get "there are no dsyms available for download"
30
votes
6
answers
12k
views
Crashlytics Android SDK - custom UncaughtExceptionHandler
Is it possible to incorporate custom UncaughtExceptionHandler along with crashlytics in one application? If yes - how?
197
votes
6
answers
86k
views
What does transitive = true in Gradle exactly do (w.r.t. crashlytics)?
What does Gradle transitive = true do exactly? It is not clear from the Gradle documentation. This is in the context of compile within build.gradle. In my case I'm depending Android's crashlytics.
...
263
votes
31
answers
99k
views
How to disable Crashlytics during development
Is there any simple way to turn Crashlytics Android SDK off while developing ?
I don't want it to send a crash every time I do something stupid
On the other hand I don't want to comment out ...
74
votes
27
answers
48k
views
Crashlytics in iOS won't proceed past "Build Your Project" in Fabric app
I'm installing Crashlytics for my iOS app. I downloaded it via their site link, and went through all the steps for integrating the frameworks, adding the run script, etc.
I was experiencing an issue,...
94
votes
21
answers
89k
views
Firebase Crashlytics: Upload missing dSYMs to see crashes from 1 versions.(iOS)
Error Message: Upload missing dSYMs to see crashes from 1 versions.
Versions affected: 1.0 (1)
I am trying to implement Firebase Crashlytics in my iOS project. I did all the setups according to ...
45
votes
12
answers
28k
views
iOS and FirebaseCrashlytics
I am trying to follow the instructions on Firebase Docs to upload missing required dSYMs. However I am stuck on running the uploader script.
In my build phases I have
"${PODS_ROOT}/...
97
votes
17
answers
59k
views
Crashlytics is not sending Crash report from iPhone
I've setup the Crashlytics in my one iOS application and installed the application on a real device. My Crashlytics Dashboard is displaying that, I've successfully added the app. However, it's not ...
56
votes
6
answers
20k
views
What is causing this Crashlytics compile warning? (Auto-Linking supplied '...' framework linker option at '...' is not a dylib)
Compiling my main target (not a test target like here) yields this error:
ld: warning: Auto-Linking supplied
'~/Documents/my_app/MyApp/Crashlytics.framework/Crashlytics',
framework linker option ...
19
votes
3
answers
3k
views
How do I integrate Crashlytics with Android Instant Apps?
Does Crashlytics work with Google Play Instant and if so, how do you setup your project correctly?
9
votes
3
answers
2k
views
How to integrate Crashlytics into an iOS framework target?
I have an iOS framework target, and I need integrate Crash reporting system for it.
So Crashlytics looks good, but
This Xcode project does not have any Mac or iOS targets
So, is there any way to ...
108
votes
1
answer
6k
views
Xcode 10b5 - duplicate symbol linker error, can't compile with Crashlytics
I'm trying to compile my project, which has both Firebase, Crashlytics/Fabric, and a bunch of other stuff, with Xcode 10 beta 5.
It fails during linking with these errors:
Ld /Users/Username/Library/...
50
votes
13
answers
28k
views
Failed to retrieve settings from https://settings.crashlytics.com/spi/v2/platforms/android/apps/
I am trying out the new Firebase/Crashlytics setup and seem to run into a weird issue.
I have one Android code base with multiple product flavors and each flavor is a separate individual app.
all of ...
104
votes
17
answers
26k
views
How can I fix this CrashlyticsMissingDependencyException?
I have been using the latest Crashlytics (Fabric integration) for a while. But recently I encountered the following crash error due to missing dependency although I didn't change anything about ...
54
votes
4
answers
22k
views
How to upload a mapping file to Firebase Crashlytics?
In the old Crash reporting - there is easy way to upload. i didn't find it in the Crashlytics section