dSYMs not generating in Release Build

I have a similar but different problem to another thread. I am using Xcode 16, implementing Firebase Crashlytics. I have the dSYMs working correctly in a Debug build. However when I change to a Release Build the dSYMs do not generate properly. In my archive the XXXapp.debug.dylib file is missing.

I verified the debug format with dSYMs, changed Strip settings, compared Debug and Release settings etc without any fix. Any ideas of how to solve this problem?

That's a bit strange, normally it's the other way around, dSYM being included in release build and not in debug.

Check your schemes and make sure Archive is using Release config.

Then under your project's build settings select All and Levels instead of Combined. Make sure DWARF with dSYM is selected for your release builds and that Strip Debug Symbols During Copy is set to No.

Is your project relatively new? Does it have an Info.plist?

dSYMs not generating in Release Build
 
 
Q