I want to summarize my findings: Firebase libraries, such as Firebase, usually provide dSYM files correctly.
Maybe this helps to evaluate possible solutions
Xcode 16:
There is a warning: “empty dSYM file detected, dSYM was created with an executable with no debug info” when archiving in Xcode 16. This leads to dSYM files not being properly generated for certain frameworks.
Xcode 15:
This issue did not occur in Xcode 15. The dSYM files were generated correctly, and there were no related warnings
TransponderApp:
When using the TransponderApp, the dSYM files are generated correctly, and there are no warnings or errors regarding missing dSYM files
I assume Firebase libraries generally support dSYM files for debugging, but issues with dSYM generation might occur, especially in Xcode 16. Xcode may fail to generate them correctly.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: