dSym files download after build/release was sent

Hi,

I need your help for downloading dSyms after build was finishe. I used Bitrise to automatically deploy to AppStore. But I need dSyms file for Firebase crashlitics.
I’m seeing this in Bitrise logs:
The dSYM dir path is now available in the Environment Variable: BITRISE_DSYM_DIR_PATH (value: /var/folders/6q//T/dsyms*****)

Is any possibility to do that.

Thank you

Hi @pajtimid!

The easiest solution we’re aware of to accomplish this, is using fastlane’s Upload to Crashlytics action. You can find out more about it here: https://docs.fastlane.tools/actions/upload_symbols_to_crashlytics/

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.