Crashlytics in iOS won't proceed past “Build Your Project” in Fabric app

前端 未结 26 885
隐瞒了意图╮
隐瞒了意图╮ 2020-11-30 01:02

I\'m installing Crashlytics for my iOS app. I downloaded it via their site link, and went through all the steps for integrating the frameworks, adding the run script, etc. <

相关标签:
26条回答
  • 2020-11-30 01:46

    Go into Build settings of the your target. Find "Debug Information Format". Set this from "DWARF" in both debug and release to "DWARF with dSYM File"

    0 讨论(0)
  • 2020-11-30 01:47

    Go to folder /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/<CURRENT_IOS_SDK>/usr/lib/ and delete all .dylib files.

    It worked for me.

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