Could not get crash report in Crashlytics / fabric. Showing error : “It looks like we are missing dSYMs to process crashes for the versions below.”

前端 未结 10 1309
半阙折子戏
半阙折子戏 2021-02-01 13:17

Crash reports are not generated in fabric/ crashlytics for my iOS application. An error (as given in screenshot) is being displayed on fabric dashboard.

As inst

相关标签:
10条回答
  • 2021-02-01 13:54

    For me the problem was solved when I unchecked Include bitcode when upload to AppStore or Export file.

    Hopefully this will be resolved in the next Crashlytics update.

    0 讨论(0)
  • 2021-02-01 14:00

    I got the answer finally :

    I went into iTunes Connect > My Apps > Activity > Clicked on build missing dSYM > Download dSYM.Once downloaded add .zip extension at end (not sure why .zip is not showing by apple) and was able to unzip it. In this folder I was able to find the missing dSYM requested by fabric, then upload it to fabric.

    it will take a few minutes to process a dSYM. In my case it took 24 hours to re-symbolicate crash report.

    0 讨论(0)
  • 2021-02-01 14:01

    I have after I complete the Fabric setup successfully into my app, the same issue,I tried every solution but the one that worked for me was:

    1. Go to Project settings of the project and target and set Debug Information Format to DWARF with dSYM File

    Set the current config

    0 讨论(0)
  • 2021-02-01 14:06

    If you are not generated the dSYMs file then go :

    Organizer in Xcode. Chose right version which is uploaded on the iTunes, right click on that versions shows option Package contents. Go to dSYMs folder and select .dSYM file upload it on the Fabric then you get the crash reports. More details on this link >>>>> https://docs.fabric.io/apple/crashlytics/missing-dsyms.html#upload-dsym

    0 讨论(0)
提交回复
热议问题