Search code examples
xcodeinstrumentsxcode14

Xcode 14.3.1: Yet another symbols are missing in instruments question


Leak traces are not symbolicated:

enter image description here

Profiling debug build:

enter image description here

And Symbols in Instruments File menu is disabled:

enter image description here

Any suggestions? Profiling in Xcode 15 beta 4 won't even connect to the process. Sigh.


Solution

  • Use the Release build configuration to profile your app if you want the Symbols menu item to be enabled. The Symbols menu is used to locate the dSYM file that contains the symbols for your project. If you profile with the Debug build configuration, there is no dSYM file, and that causes the Symbols menu to be disabled.