Xcode 4.6.2 app crashes on every second run

后端 未结 3 1124
终归单人心
终归单人心 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:35

    Found another way to fix this without moving the debugger to GDB. I usually just re-run an app by pressing ⌘-R while the app is running. Instead, kill the app from Xcode with ⌘-., wait 5 seconds and hit ⌘-R to run it. Counting the 5 seconds by saying "I love Xcode" seems to help too.

    Edit: This issue is fixed in 4.6.3

    0 讨论(0)
  • 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.

    0 讨论(0)
  • 2020-11-29 05:42

    I suppose it has something to do with the latest update of iTunes (11.0.4), because I ran into the same issue after installing the update.

    We might have to wait until Apple fixes this problem and go on with the above solutions which seem to work for me also.

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