Crashlytics integration issue

后端 未结 5 1188
死守一世寂寞
死守一世寂寞 2021-02-05 16:29

I have trouble integrating Crashlytics into my project.

Having follow instruction on website. But soon after installing the Crashlytics mac app<

5条回答
  •  庸人自扰
    2021-02-05 16:44

    Follow the advice in the answers above but in addition: IF you installed crashlytics via cocoapods, make sure you are using the proper path in your build phase script.

    Use:

    ./Pods/CrashlyticsFramework/Crashlytics.framework/run myLongKey
    

    Instead Of:

    ./Crashlytics.framework/run myLongKey
    

提交回复
热议问题