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 1339
半阙折子戏
半阙折子戏 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:52

    You can get crash reports by generating dSYMs file for particular version of build and upload it on crashlytics.

    Follow below steps to generate dSYMs file.

    1. Go to Window Menu -> Organizer in Xcode.

    2. Select the right version of build and click on the button "Download Debug Symbols" on the right panel

    3. Right Click on right version of build and select show in Finder.

    4. Select .xcarchieve file then right click on that and click on Show Package contents

    5. Then Go to **dSYMs folder** and select .dSYM file and compress that file.

    6. Now Final Step is to upload compressed file on fabric.

    And then you can get crash report of build.

提交回复
热议问题