I\'ve just started playing with Xcode 4, and found that, no matter how I setup debugging symbols in the project, Instruments refuses to display source lines for stack trace item
The other answers are good long-term fixes. If you'd rather not wait for Spotlight to rebuild its index and just need to get symbols for one Instruments session, you can ask Instruments to symbolicate the current session.
dSYM
file. Go back to Instruments, navigate to this directory, and select your dSYM
file. The easiest way is to just drag the dSYM
file straight from the Finder to the "Select dSYM" dialog in Instruments.