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

前端 未结 26 1164
隐瞒了意图╮
隐瞒了意图╮ 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:45

    In my situation I was following all the steps correctly but got stuck on 'add build phase' step. Then I just restarted fabric and all works just fine

    Also there are some other possible actions:

    1) Just restart Fabric, Xcode and your Mac. 2) Also if you use Cocoapods change build phase line from

    ./Crashlytics.framework/run [yourAPIKey] 
    

    to

    "${PODS_ROOT}/Fabric/run" [yourAPIKey]
    

    3) After building project if Fabric will stop responding just wait a while. It took about minute on my Mac.

提交回复
热议问题