Firebase Crashlytics setup on iOS?

前端 未结 6 854
小鲜肉
小鲜肉 2021-02-03 17:13

I\'m trying to integrate Firebase Crashlytics into iOS my app, which has Firebase Crash Reporting enabled. I\'ve followed the documentation here, but my build a

6条回答
  •  攒了一身酷
    2021-02-03 18:18

    Documentation

    • if crashlytics is already set up in your project (in case of migration),

      1. Remove the fabric key from Info.plist (need to remove the dictionary and the key for Fabric)
      2. Follow the documentation.(just need to use "${PODS_ROOT}/Fabric/run", instead of "${PODS_ROOT}/Fabric/run" key1 key2 in the Run script under build phase)
    • if crashlytics is not setup in your project already(starting a fresh integration with firebase crashlytics), simply follow the documentation.

提交回复
热议问题