Slide 29
Slide 29 text
What if… symbol not found?
● Xcode Settings - Debug Information Level
○ Toggles the amount of debug information emitted when debug symbols are enabled.
○ Option - Compiler default
■ Generate source level debug information
○ Option - Generate line number tables only
■ Allows to obtain stack traces with function names, file names and line numbers
■ No other data (e.g. description of local variables, or function parameters).