dSYM Files for Firebase not generating

Hey All, Just ready to update my app to the AppStore for the first time. I need some help.

When I Archive my app to distribute, it shows that there is warnings that ‘the archive did not include a dSYM for firebase.analytics etc.

I’ve tried almost everything please help!

Answered by DTS Engineer in 817356022

Xcode's warning here is so that you're aware that you may not receive fully symbolicated crash reports that involve code paths through that library. It's also just a warning so that you're aware, but does not impede any runtime functionality in your app.

Please see my reply in another thread for a more in-depth discussion. In particular, I said:

Your library vendor may have intentionally made that choice to not include a dSYM for proprietary SDK reasons, and that's a choice that's up to them.

If you have any further questions about Firebase not providing you with dSYM files, please contact their support.

—Ed Ford,  DTS Engineer

Xcode's warning here is so that you're aware that you may not receive fully symbolicated crash reports that involve code paths through that library. It's also just a warning so that you're aware, but does not impede any runtime functionality in your app.

Please see my reply in another thread for a more in-depth discussion. In particular, I said:

Your library vendor may have intentionally made that choice to not include a dSYM for proprietary SDK reasons, and that's a choice that's up to them.

If you have any further questions about Firebase not providing you with dSYM files, please contact their support.

—Ed Ford,  DTS Engineer

dSYM Files for Firebase not generating
 
 
Q