iOS app crashing every other launch, can't find error

后端 未结 3 2051
你的背包
你的背包 2020-12-07 14:32

First time I launch the app, everything seems to run fine. I\'ll hit the stop button, do some work and when I go to launch it again, it seems to crash before it can even loa

3条回答
  •  無奈伤痛
    2020-12-07 15:21

    I was having this issue as well. Take a look at this post. Xcode 4.6.2 app crashes on every second run

    Basically change your debugger from LLDB to GDB. I can't believe this was due to LLDB being buggy.

提交回复
热议问题