Added Fabric/Crashlytics to new project but doesn't upload dSYM

前端 未结 2 1271
野性不改
野性不改 2021-02-18 15:46

I\'ve just created a new iOS Swift project, using Xcode 7 beta-4, and have integrated Crashlytics (part of Fabric now) with the usual process.

It integrated all fine, an

相关标签:
2条回答
  • 2021-02-18 16:14

    You haven't uploaded dsym ..You can get dsym file from:

    Goto https://itunesconnect.apple.com> SignUp> MyApps> Activity> Then select the version of App for which the Missing dsym error is showing and download the dsym file from there...

    upload it to fabric

    Hope so your issue is resolved..

    0 讨论(0)
  • 2021-02-18 16:17

    Go to Build settings and choose Dwarf with dSym File option for both debug and release builds.

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