Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

fabric.io missing dSYM even after upload

I have the error: "It looks like we are missing dSYMs to process crashes for the versions below." - I have downloaded the dSYMs in the Xcode organiser, found the .xarchive and zipped the corresponding dSYMs folder and uploaded with success; but the error does not disappear i.e. does nothing:

How can I symbolicate my crash reports?

enter image description here

dSYM Folder: enter image description here

like image 768
Halpo Avatar asked Dec 11 '15 13:12

Halpo


1 Answers

I just had the same issue and searching for solutions brought me here. Since this is missing an answer and I solved the issue for me, I'll resurrect this question to maybe help others having the same issue in the future.


Below the part shown in your first screenshot, there should be a list "REQUIRED (These are needed before crashes can be processed)" stating which UUIDs are still missing their dSYM and from which Build they are.
Just download the dSYM of the respective Build(s) like stated in the official Docs » Crashlytics » All about Missing dSYMs.
(E.g. log into iTunes, select the respective Build and click on download dSYM at the Build Details screen)

The downloaded dSYM(s) can simply be manually uploaded as you already did the other file(s).

like image 90
Seika85 Avatar answered Oct 23 '22 20:10

Seika85