How to enable NSZombie in Xcode?

后端 未结 15 2006
梦毁少年i
梦毁少年i 2020-11-21 05:20

I have an app that is crashing with no error tracing. I can see part of what is going on if I debug, but can\'t figure out which object is \"zombie-ing\".

Does anyb

15条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-21 06:11

    Here's a video and explaination how to use Instruments and NSZombie to find and fix memory crashes on iOS: http://www.markj.net/iphone-memory-debug-nszombie/

提交回复
热议问题