All Questions

Tagged with
Filter by
Sorted by
Tagged with
16 votes
6 answers
15k views

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 <platform> /path/to/dSYMs I am getting ...
user avatar
4 votes
1 answer
1k views

_hidden crash on Crashlytics using Bitrise - iOS App

I am using Bitrise as a CI/CD on my iOS app. In the workflow there is a step to release the app via Fabric. When a crash happens the only think I can see in the Dashboard is many __hidden steps on ...
user avatar
4 votes
0 answers
494 views

iOS crashlytics missing DSYM when upload success

I'm uploading IOS DSYM to firebase using the Fabric/upload-symbols script and the log shows that the DSYM files are loaded successfully (see below). Nonetheless the crashlytics dashboard says that ...
user avatar
3 votes
1 answer
2k views

dSYM not uploaded by CLI command

I'm trying to upload dSYM file of my app reading it from the .xcarchive bundle by the Fabric CLI command: upload-symbols -p ios -gsp GoogleService-Info.plist <path to xcarchive/dSYMs> But ...
user avatar
2 votes
2 answers
1k views

Unable to upload dSYM file to Fabric Crashlytics

Fabric is already integrated in project. As firebase is removing upload dSYM option from dashboard so I decided to write script suggested in Firebase. I already set DWARF with dSYM in the build ...
user avatar
  • 69
1 vote
1 answer
849 views

Can I download crash reports from Crashlytics without uploading .dSYM?

It was said in docs, that All .app dSYMs are marked as required. When Crashlytics fails to receive one of these dSYMs we are unable to properly symbolicate crashes. Once a required dSYM is ...
user avatar
1 vote
1 answer
325 views

Dealing with missing dSYM files in a black box situation

We are trying to address a critical crash in an iOS application that's using Fabric / Crashlytics. We don't have the contact details of the person that was last working on the application and uploaded ...
user avatar
1 vote
1 answer
79 views

Should I change dsym file uploading script when migrated from Fabric to Firebase?

Recently I have migrated from Fabric to Firebase for one of my iOS apps using migration link shown in Fabric dashboard. All the crashes are showing fine in the Firebase Console. Should I change dsym ...
user avatar
1 vote
3 answers
503 views

Crash report not getting in Crashlytics / fabric.
Showing Warning : “It looks like we are missing dSYMs to process crashes for the versions below.”

I tired to resolve dSYM file issue. I’ve updated project settings of the project and target Debug Information Format to DWARF with dSYM File also I’ve updated dSYM file and successfully updated but ...
user avatar
  • 63
1 vote
1 answer
275 views

Missing dSYM files for build in fabric. Gitlab uploads builds to Crashlytics

Simply we have built the app and uploaded to Crashlytics. In case when issue arise we try to check what went wrong but we can't because: How can we upload missing dsym files? Where can we get it from?...
user avatar
0 votes
1 answer
894 views

Uploading ios build .dSYM files in Fabric takes long time

When I upload .dSYM files in Fabric it takes long time! Any Suggestions? and why these files not included in the build?
user avatar
  • 445
0 votes
1 answer
2k views

iOS - Crashlytics missing dSYMs to process crashes

I know this is a frequently asked question. I just spent the entire day looking for answers, without success. Here are the different posts that helped me, but didn't fix my issue. Posts, ...
user avatar
0 votes
1 answer
142 views

Upload dSyms Issue with terminal command

I want to upload dSyms using the following command /path/to/Fabric/upload-symbols -a <api-key> -p <platform> /path/to/dSYMs Firebase console command requires fabric <api-key> which ...
user avatar
0 votes
1 answer
199 views

Upload missing required dSYMs through uploader tool

How to upload dSYM file. please help us. I am using “Pods/Fabric” folder of your Xcode project directory finally i got issue vicky-MacBook-Air-2:~ vicky$ /Users/vicky/Documents/Office/CAADE\ MAIN/...
user avatar
0 votes
1 answer
99 views

I downloaded the dSYM-file but the Crashlytics does not see it

I downloaded the dSYM-file but the Crashlytics does not see it. I took the file from App Store and downloaded it using "Fabric/upload-symbols". Please tell me what could be the reason command for ...
user avatar
0 votes
1 answer
220 views

Missing data in Fabric for IOS "Crashed: com.apple.root.default-qos"

I'm using Fabric.io to monitor and collect crash data for a IOS app. I'm receiving now a lot of crash reports for this error "Crashed: com.apple.root.default-qos" but when I check Fabric to analyze ...
user avatar
  • 585