How does one upload the dSYM via fastlane to Firebase Crashlytics

Viewed 3572
2 Answers

The crashlytics fastlane action uploads builds to Fabric's Crashlytics Beta, which is used for beta testing apps.

It sounds like you're actually looking for the upload_symbols_to_crashlytics action to upload dSYMs to Firebase Crashlytics.

Using the upload_symbols_to_crashlytics action you can specify the GoogleService-Info.plist (gsp_path) path and that should work.

Related