How to get dSYM files for firebase
Asked Answered
H

1

13

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

enter image description here

Hudibrastic answered 24/5, 2022 at 9:52 Comment(2)
Make 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/…Odelet
https://mcmap.net/q/16045/-iphone-where-the-dsym-file-is-located-in-crash-report helped to solve the issue of getting dSYM file from XcodeHudibrastic
H
29

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

Hudibrastic answered 9/6, 2022 at 7:25 Comment(1)
I have zipped all of the dSYM files into a dSYM.zip file and uploaded that.Essa

© 2022 - 2025 — McMap. All rights reserved.