Why sometimes 'self' isn't available while debugging with lldb?

前端 未结 4 1840
隐瞒了意图╮
隐瞒了意图╮ 2021-01-04 05:44

A lot of time (when it\'s not every time) I got the following error when I try to print objects on lldb. Is there some build/debug configuration to change or is this an erro

4条回答
  •  既然无缘
    2021-01-04 06:28

    As already said in this other question:

    In Build Settings, setting Precompile Prefix Header to NO fixed it for me.

提交回复
热议问题