Why Crashlytics is asking for missing DSYM file every time?

后端 未结 7 2114
日久生厌
日久生厌 2021-02-07 05:04

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

7条回答
  •  情话喂你
    2021-02-07 05:24

    Make sure you integrate the new 'Fabric' framework and not only the Crashlytics framework. When you do so, you will end up with a new script in the Build Phase of your project.

    This script will automatically locate your dSYM and upload it along with your build to the Fabric.io/Crashlytics system.

提交回复
热议问题