iphone - shark does not show source code -


we trying run shark on our iphone application. however, in analyzed samples not list of our application function. listed libraries , when click on of those, assembly code visible. of sites mention 'generate debug symbols' option when building app; not able find option either. instead have enabled 'generate profiling information' option. can please how see application functions , source code in analyzed samples of shark?

you have compile debugging (not symbols), see shark manual.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -