Xcode instruments does not show a symbolicated trace

When I "profile" my app in Xcode and launch instruments, everything seems ok.

But when I xcodebuild the app, install the app in my iPhone and launch it, use instruments attach it, it shows only addresses not the symbolicated names.

I have made sure that the UUID matches.

It seems that the instruments already found the symbols because when I select locate symbols it shows "No new libraries to symbolicate"

When I right click the stack, Located dSym greyed out

When I hover the Load dSyms, the right dSym path is showed

When I click the Load dSyms, nothing happened.

How do I obtain the symbolicated trace? Thanks!

Since I can not post images here, I also write a question in stack overflow: https://stackoverflow.com/questions/66319599/xcode-instruments-does-not-show-a-symbolicated-trace
Xcode instruments does not show a symbolicated trace
 
 
Q