What does the “Fabric.framework/run” build phase actually do?

后端 未结 1 472
故里飘歌
故里飘歌 2021-01-12 18:53

I use the Crashlytics framework for crash collecting in iOS Apps.

When you use the framework, a \"Build Phase\" is added to your target that runs /Fabric/Fabr

相关标签:
1条回答
  • 2021-01-12 19:47

    Mike from Crashlytics and Fabric here.

    The run script build phase is used, along with your <APIkey> and <BuildSecret>, to automatically handle the uploading of dSYMs so that you, and other developers, never need to manually upload one.

    Similarly, the /Crashlytics.framework/submit command is used for distributions through Beta, our beta distribution service.

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