processor usage logs unsymbolicated symbols

I see several Energy Usage logs in Xcode->Organizer->iOS Apps->App Store->Releases.


Unfortunately, the energy usage logs show mostly <unsymbolicated symbol>s.


I seem to have everything needed to decipher the logs the corresponding binary (.app), symbol file (.dSYM). (Note: I am able to symbolicate .crash logs using manual tools and via Xcode, so it looks like .crash, .app and .dSYM match.)


Screenshot of unsymbolicated log:

https://drive.google.com/file/d/1oFBIZViIj-ZHo25tFSHOHEAdeq4SwMHv/view?usp=sharing





Could anybody shed some light on how to go about symbolicating the above processor usage logs?

Is anybody facing similar issue?