我的崩溃只发生在我第二次运行应用程序时,而不是第一次,所以如果我清理 xcode 并运行它就可以了,但是从第二次开始,它就会开始崩溃:
This generally means that another instance of this process was already running or is hung in the debugger
这样做时:
[self schedule:@selector(parallaxUpdate:)]; //call every frame
...
- (void)parallaxUpdate:(ccTime)dt
我在这里读到了关于我试图关闭和清理 xcode 的崩溃。仅在清理项目现金后的第二次发生。