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
How to get dSYM files for firebase
Asked Answered
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 Xcode –
Hudibrastic
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
I have zipped all of the
dSYM
files into a dSYM.zip
file and uploaded that. –
Essa © 2022 - 2025 — McMap. All rights reserved.