每5-10次一次,我在模拟器上使用XCode运行我的iOS代码,这就是:
程序无法运行
停止按钮是可按下的但是当我按下它时它什么都不做
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时也会出现问题。
答案 0 :(得分:1)
Xcode和Simulator不是运行应用程序时产生的唯一进程。在活动监视器中,您将看到一个名为“模拟器桥”的第三个过程,它一直有一个令人讨厌的声誉,就像僵尸进程一样。杀死Xcode和模拟器本身后,终止模拟器桥接过程并重新启动Xcode。