I cannot seem to locate my .dSYM files and wanted to ask for some ideas to troubleshoot. I'm using FirebaseCrashlytics, and it is asking for a few UUID dSYM files.
In the past, I remember all you would do is go to your archive, show package contents, and inside the dSYM folder would be a ton of .dSYM files with UUIDs such as 619DB60E-DF83-316B-B3CB-6F3309B67218 etc
Now, when I do this, all I see is the following directory structure when I show package contents for my dSYM:
Contents
...Info.plist
...Resources <folder>
......DWARF <folder>
.........MyAppName
Where did all the files with the GUIDs go? I checked in xcode and I have DWARF with dSYM FILE for my "Debug Information Format" variable settings.
Any other things to think about or look at? Any other details I can share?
Thanks!