I use a third-party structure with Xcode (e.g. thirdparty.framework) that was built using debugging information. In addition, they provided a .dSYM file with it.
However, this third-party structure fails in a specific instance and when I run the Xcode gdb 'bt full' command, I get the message “Information about the table without a character” for calls made once inside the framework,
How can I get all the information about function calls? ie: locals, correct function names, etc.
Thank!
source
share