I am using instruments but i see only 0x00345 etc in time profiler i do not see any objective c code although i am enabling the ‘show objective c only’ option…any help appreciated!

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The most likely cause of your problem is that debug symbols are not being generated for your project. Without debug symbols Instruments just shows memory addresses, like the ones shown in your first screenshot.
There are two ways to fix the problem. First, profile your app with the Debug build configuration. Use the Scheme menu in the project window toolbar to change the build configuration. Second, set the Generate Debug Symbols build setting to Yes for the Release build configuration.