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
Documentation
if crashlytics is already set up in your project (in case of migration),
"${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.