I’ve configured my XCode project to build with “Apple LLVM compiler 3.0”, (clang). When I attempt to profile the app in the CPU sampler in Instruments, I’m not seeing any symbol names from my binary. Is this just not yet implemented?
Note 1: that I do see symbols from the system and Frameworks, such as OpenGL, and Quartz, etc…
Note 2: XCode build number is 4D199.
Instruments will use spotlight’s indexes to locate the Dysm for a given binary. It is possible that you have disable indexing for the folder containing your dsym. Verify that, reindex, and give it another shot.