Missing character names when profiling in Tools 7

I don’t see any symbol names when I profile the application for iOS 8.

If I run the profiler on a simulator with iOS 9, everything works fine. Then I close the tools and switch to the simulator with iOS 8.4, and I can only see hexadecimal addresses that refer to assembler or "inaccessible" content. Other threads have no name, and everything, including system names, is displayed as binary pointers.

enter image description here

The tools cannot find the dSYM file, so I tried to archive the application as File β–Έ Symbols ... , then I select the missing characters, and it is possible to find the dSYM file.

enter image description here

After selecting the dSYM file, I get this message.

enter image description here

And that’s all. I also tried restarting the computer, restoring the application, cleaning up the project, deleting Derived Data, re-opening Xcode and tools, reindexing the files from this message , but this has no effect.

Thanks.

PS: There is a similar post without a solution

+6
source share

All Articles