Firebase Crashlytics setup on iOS?

前端 未结 6 861
小鲜肉
小鲜肉 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:09

    Finally figured it out, posting for anyone that might be baffled by the same problem.

    If you've tried to install fabric via the OSX Fabric.app, or you were using Fabric Crashlytics in the past, then it will have added your Fabric API key to your Info.plist, which the Fabric initialization build script is trying to read (I guess).

    After deleting the Fabric keys form the Info.plist the script works, without the need of any keys/params.

    The Firebase docs should include a snippet warning on this.

提交回复
热议问题