Xcode debugger doesn't print objects and shows nil, when they aren't

后端 未结 15 1796
暖寄归人
暖寄归人 2020-12-02 05:09

Xcode shows an error when trying to print an object with po , but only for one project.

error: Couldn\'t mater

15条回答
  •  无人及你
    2020-12-02 05:53

    I've set "Optimization Level" for Debug configuration to "None" and it solved problem.

提交回复
热议问题