I need to download the dSYM file so, as I usually do, I went to iTunes connect -> My app -> Activity -> All builds -> latest version.
\"Include symbols\" is Yes, bu
Do you still have the archive available in Xcode as you can save them out from there:
Project.xcarchive
contains dSYMs
, Info.plist
and Products
.dSYMs
folder contains dSYM file of your project.You can enable the Debug Symbol file generation during build within Xcode as below.