How to Get dSYM Files for Crash Reporting #1767
-
I have been trying for a few days to get dSYM files for crash reporting of my iOS app built with Bazel. For reference, the build command that I am using is.
Now, in the My question is: With Bazel, how can I get the dSYM files that I need for Crashlytics? Am I missing something that is outputted by Bazel but I need to extract? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The |
Beta Was this translation helpful? Give feedback.
The
fourier.app.dSYM
bundle you see should be all needed for crash reporting. What else are you looking for specifically?