Crash logs generated by iPhone Simulator?

前端 未结 7 1947
野性不改
野性不改 2020-12-22 21:49

Are there any crash logs generated by iPhone Simulator?

the Simulator crashes a lot but not leaving any traces in Console... the crash log will be useful.

7条回答
  •  伪装坚强ぢ
    2020-12-22 22:12

    For me, it was an expression that I had added to the debugger watch window. When a breakpoint was getting hit, the bad expression was causing XCode to segfault.

提交回复
热议问题