I am working on an iOS project in which I have integrated the firebase crashlytics which is working but in firebase console it says to upload get dSYM files , How can I get a dSYM file, in latest Xcode 13
Asked
Modified
3 years, 5 months ago
Viewed
14k times
Part
of Mobile Development and Google Cloud Collectives
2
-
4Make sure Xcode is generating dSYMs: firebase.google.com/docs/crashlytics/… Then also configure a run script to automatically upload the dSYMs: firebase.google.com/docs/crashlytics/…Gerardo– Gerardo2022-05-26 01:05:17 +00:00Commented May 26, 2022 at 1:05
-
stackoverflow.com/a/28191124/18202989 helped to solve the issue of getting dSYM file from XcodeDark_Clouds_369– Dark_Clouds_3692022-06-07 10:24:47 +00:00Commented Jun 7, 2022 at 10:24
Add a comment
|
1 Answer
I solved it by following the steps to get my dSYM file and uploaded into firebase as zip file
Window -> Organiser -> select archive (right click) -> show in finder -> right click archive in finder -> Show Package Content -> dSYM -> (app name).app.dSYM
1 Comment
Pierre
I have zipped all of the
dSYM files into a dSYM.zip file and uploaded that.