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
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.