Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using a third party framework with XCode, ( say thirdparty.framework ) which has been built with debug information. Also, they provided a .dSYM file along with it.

However, this third party framework ends up crashing in a particular instance, and on running XCode's gdb's 'bt full' command, I end up getting the 'No Symbol table info available' message for the calls made once inside in the framework.

How can I get the entire info for the function calls made ? i.e: locals, proper function names, etc.

Thanks !

share|improve this question
Did you ever find the answer to this? – OlivaresF Apr 10 '12 at 20:56
Yes, I added the dSYM file to the frameworks folder of the project, recompiled the library with debug symbols on and it worked. – Anonymous Apr 23 '12 at 15:58

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.