iOS objc_msgSend crash, with no report or warning given

前端 未结 2 1849
独厮守ぢ
独厮守ぢ 2021-02-13 18:56

I am testing my app out, pushing it pretty hard, and I\'m getting it to crash (black screen, image doesn\'t save, drops back to springboard). However, I get no crash reports lo

2条回答
  •  不知归路
    2021-02-13 20:02

    1. If you suspect that you are overreleasing something, try running your app with NSZombie enabled. (how to enable NSZombie)

    2. You can set exception breakpoint to print backtrace in console.

提交回复
热议问题