EXC_BAD_ACCESS on NSLog with no string formatting

后端 未结 4 1844
梦如初夏
梦如初夏 2021-02-19 17:56

I\'m getting an EXC_BAD_ACCESS (or a malloc error) on the following line of code:

NSLog(@\"Points:\");  

Which makes zero sense to me, as it

4条回答
  •  鱼传尺愫
    2021-02-19 18:48

    First thing I would try (after zombie hunting or perhaps before in this case) is to clear out the build directories and do a fresh rebuild. Sometimes left over cruft from prior builds can cause strange problems.

提交回复
热议问题