8

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 !

Anonymous
  • 273
  • 5
  • 14
  • 1
    Did you ever find the answer to this? – olivaresF Apr 10 '12 at 20:56
  • 4
    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
  • Did you really mean dSYM *file*? On my Mac, it is a folder, containing `Contents/Info.plist` and `Contents/Resources/DWARF/` which is smaller than the actual binary. – Michael Apr 24 '14 at 02:33

0 Answers0