Xcode 4.6.2 app crashes on every second run

后端 未结 3 1126
终归单人心
终归单人心 2020-11-29 05:14

Xcode 4.6.2 seems quite buggy.

When I run a second time my any project I get SIGABRT crash within the first second. I completely removed Xcode and reinstal

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-29 05:36

    ok, I found a solution. Please open the menu Product -> Scheme -> Edit Scheme, select Run YouAppName.app on the left, tab Info. Then choose GDB instead of LLDB in debugger field.

    UPD: In new Xcode 4.6.3 this bug has been fixed. So just update your Xcode.

提交回复
热议问题