Questions tagged [google-fabric]

Google's Fabric is a platform that helps your mobile team build better apps, understand your users, and grow your business. This tag can be used for anything covering Crashlytics, Answers, Beta by Crashlytics, Digits, or the Fabric mobile apps.

Google Fabric is a platform that helps mobile app developers. Fabric was previously owned by Twitter and tags that referenced [twitter-fabric] should now use this tag instead.

If you have questions on Fabric including Crashlytics, Beta, Answers, or Digits, please post using this tag. If you have questions on other SDKs offered via Fabric, such as Branch or Stripe, please use a different tag.

Useful Links

Fabric's documentation: https://docs.fabric.io/

Fabric installation page: https://fabric.io/kits

856 questions
21
votes
4 answers

Could not complete submission of dSYM When fabric to firebase migration for crashlytics

I am using xcode11 with mac os 10.14.1. I implemented fabric to firebase migration using the following docs. https://medium.com/@niamhpower/the-great-migration-moving-from-fabric-to-firebase-as-an-ios-developer-7b61a8b40008 And I generated code for…
IKKA
  • 6,297
  • 7
  • 50
  • 88
21
votes
6 answers

Xcode 10 Crashlytics Installation

I am having difficulty understanding this step on installing firebase Crashlytics in my app: Xcode 10 only: Add your app's built Info.plist location to the Build Phase's Input Files field: $(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH) This what I have so…
marco
  • 656
  • 2
  • 6
  • 22
21
votes
7 answers

Why Crashlytics is asking for missing DSYM file every time?

I am using Crashlytics in my app everything working fine. even Crashlytics is also working good. But the problem is that whenever I am creating a new build for our app its again showing missing DSYM File upload new. Is there any solution for…
Anup Gupta
  • 1,993
  • 2
  • 25
  • 40
21
votes
4 answers

Fabric.io: new app does not show up in the dashboard

For some reason we needed to change the package-id of our existing android application. We already use Fabric for Crashlytics. I'm trying to bring that new app up in the Fabric dashboard, but it's not showing there, despite the device log showing…
svzi
  • 211
  • 1
  • 2
  • 5
21
votes
1 answer

Delete custom event in Answers Fabric

Im trying to delete an already reported custom event in answers, because I'm using string and not number. Which the initial event was reported with. Is there any way to delete an event?
vonGohren
  • 929
  • 8
  • 22
20
votes
2 answers

How to search a crash in Firebase Crashlytics?

I've migrated the application from "Fabric Crashlytics" to "Firebase Crashlytics" and successfully tested if the new crashes arrive. But unfortunately, I don't see an option to search for an issue. I see an option to "Search by user" but if I want…
20
votes
3 answers

Crashlytics' stacktraces show file name as Unknown Source while Dexguard is enabled

I've got a problem with my crash reports from Fabric Crashlytics when I enable Dexguard in my project. I enabled Dexguard in my project and it works pretty well. Then I followed the instructions in this this page and added the mentioned…
Amin
  • 1,034
  • 10
  • 17
20
votes
1 answer

Crashlytics could not find the manifest

The Fabric SDK (for Android) intermittently fails builds with the following error: ERROR - Crashlytics Developer Tools error. com.crashlytics.tools.android.project.ManifestData$ManifestIOException: Crashlytics could not find the manifest. Not found…
Turnsole
  • 3,422
  • 5
  • 30
  • 52
19
votes
6 answers

react-native-firebase crashlytics not showing up on firebase dashboard

I am using firebase crashlytics. I am causing a crash by doing firebase.crashlytics().crash() and I am not seeing the crash report on the firebase dashboard. The crash is working because on android i get this screen and on ios the app freezes and…
19
votes
5 answers

no data in firebase crashlytics reports after 1 day

My iOS app is running firebase reports since several weeks. I added crashlytics 2 days ago by following the official steps: https://firebase.google.com/docs/crashlytics/get-started?authuser=0 in fact, It seems all I had to do was to install these…
Gogo123
  • 655
  • 1
  • 4
  • 11
19
votes
0 answers

Crashlytics asks for dSYMs with UUIDs that don't match my app

I uploaded a new version 1.1 of my app to iTunesConnect and caused a couple of test crashes with Crashlytics. I added, via the Upload Symbols Script, the dSYMs that I downloaded from iTunesConnect since I had Enable Bitcode set to YES. The…
Dave Chambers
  • 2,483
  • 2
  • 32
  • 55
17
votes
3 answers

Switch from Fabric to Firebase Crashlytics problem: The Crashlytics build ID is missing

After switch from Fabric to Firebase Crashlytics SDK I have a problem. Problem is as in the title: The Crashlytics build ID is missing. This occurs when Crashlytics tooling is absent from your app's build configuration. Please review Crashlytics…
P.S.
  • 170
  • 1
  • 5
17
votes
5 answers

Firebase Upload missing required dSYMs Not Working

Currently, I am facing issues to upload dSYMs through the new uploader script. /path/to/Fabric/upload-symbols -gsp /path/to/GoogleService-Info.plist -p /path/to/dSYMs I am getting success response by uploading the dSYMs But no change on…
Ashish Kakkad
  • 23,586
  • 12
  • 103
  • 136
16
votes
4 answers

NullPointerException due Attempt to invoke virtual method 'android.os.IBinder android.view.SurfaceControl.getHandle()' on a null object reference

Recently I did migration of my application to targetSdkVersion = 28. After publishing the updated app to Google Play I started to get very strange crash reports in Fabric.io: Crash report Fatal Exception: java.lang.NullPointerException Attempt to…
16
votes
9 answers

Fabric failed to download settings Error Domain=FABNetworkError Code=-5

I am trying to install Fabric into my iOS app but when I am on the last stage of verifying that everything works, I get this error inside xcode console: [Fabric] failed to download settings Error Domain=FABNetworkError Code=-5 "(null)"…
Student
  • 418
  • 1
  • 4
  • 17
1
2
3
57 58