Random (lldb) crashes in iOS Simulator on Mac OS X 10.8.4

前端 未结 3 1055
广开言路
广开言路 2020-12-16 14:02

I\'ve been struggling with an weird issue for some time now. When running my app with the iOS Simulator initially closed it launches correctly. But if I then run it again wi

相关标签:
3条回答
  • 2020-12-16 14:11

    Apple resolved this issue in June 13th, 2013 build: enter image description here

    0 讨论(0)
  • 2020-12-16 14:24

    There's an issue with OS X 10.8.4 that causes random simulator crashes.

    https://devforums.apple.com/message/817179#817179

    A couple of workarounds have been suggested, including switching to GDB. See here:

    We have found the issue. It is a process killing race condition in "debugserver" when it is killing the application it is debugging which causes this problem to occur.

    The work around that should work for all folks is to kill the app first, wait for it to go away, then hit CMD+R. The quick turn around of just pressing CMD+R is now showing this thread race condition more often in 10.8.4.

    0 讨论(0)
  • 2020-12-16 14:33

    Yes, I meet it too. In Product -> edit scheme change the debugger from lldb to gdb. Can simply solve it. Hope Apple can fix it asap.

    0 讨论(0)
提交回复
热议问题