Shark was unable to find symbol information for this address range - iPhone

Posted by Elliot on Stack Overflow See other posts from Stack Overflow or by Elliot
Published on 2009-11-17T13:05:11Z Indexed on 2010/04/15 12:03 UTC
Read the original article Hit count: 440

Filed under:
|
|
|
|

I'm trying to use Shark to determine which method(s) are taking the most time in my iPhone app. After sampling, I get this: alt text

Clicking the "!" button yields:

Shark was unable to find symbol information for this address range. Typically this happens because the application was compiled without symbols or they have been subsequently stripped away. In Xcode, make sure the "Generate Debug Symbols" checkbox is selected (passes the -g flag to the compiler). Note that this does not affect code optimization, and does not typically alter performance significantly. However, the extra symbol information does consume significantly more space and may bloat the size of the executable.

But I AM using the Debug option, and I am running on my Device. And Generate Debug Symbols IS checked. So what's wrong?

© Stack Overflow or respective owner

Related posts about shark

Related posts about iphone