0

每 5-10 次我用 XCode 运行我的 iOS 代码 - 在模拟器上会发生这种情况:

  1. 程序不运行

  2. 停止按钮是可以按下的,但是当我按下它时它什么也没做

3.我无法退出Xcode!退出的唯一方法是强制退出 Xcode

我什至不知道要共享什么打印输出或代码,因为它似乎根本与代码无关。编译成功后会发生这种情况,模拟器显示启动画面(并且不继续运行程序)并且日志显示:

GNU gdb 6.3.50-20050815 (Apple version gdb-1822) (Sun Aug  5 03:00:42 UTC 2012)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin".sharedlibrary apply-load-rules all
Attaching to process 4411.

我使用的是 OS X 版本 10.8.2 和 xcode 版本 4.5.2,但是当我运行旧版本的 XCode 和 OS X 时也出现了问题。

4

1 回答 1

1

Xcode 和模拟器并不是运行应用程序时产生的唯一进程。在活动监视器中,您会看到名为“Simulator Bridge”的第三个进程,它一直以僵尸进程的身份而臭名昭著。在你杀死 Xcode 和模拟器本身之后,杀死模拟器桥进程并再次启动 Xcode。

于 2012-12-15T18:16:22.987 回答