Thanks for being a part of WWDC25!

How did we do? We’d love to know your thoughts on this year’s conference. Take the survey here

Missing Hermes DSYMs in Archive

I have a React Native app that is complete. Works fine on device when debugging. When I archive and upload I receive an error that says I have missing DSYMs for Hermes. I check bundle contents and my app's dsyms are present but none for Hermes. I have tried everything ai suggests and I cannot figure it out. How can I get the Hermes dsyms included in my archive so I can upload my app to Apple store? Thank you

That's a great question for Hermes to answer. I see that it's an open source library, but getting a dSYM for their library may mean you need to build it from source (if you're using a pre-compiled version) or that you'll need to alter the build configuration they use. Their support will be in the most knowledgable position to answer those questions.

— Ed Ford,  DTS Engineer

Missing Hermes DSYMs in Archive
 
 
Q