报错:This generally means that another instance of this process was already running or is hung in the

来源:互联网 发布:淘宝助理验证中心 编辑:程序博客网 时间:2024/05/22 08:11


结果运行了几次,就出现了问题,总是在main函数的 int retVal = UIApplicationMain(argc, argv, nil, @"AppDelegate"); 跳出,
报错:This generally means that another instance of this process was already running or is hung in the debugger.sharedlibrary apply-load-rules all - long_wtf - Jeanny

 

Output框报错为:

Couldn't register com.yourcompany.testCocos with the bootstrap server. Error: unknown error code.

This generally means that another instance of this process was already running or is hung in the debugger.sharedlibrary apply-load-rules all


找了半天。发现一个老外这样说:

Are you stopping the app on the device/sim rather than hitting the stop button in Xcode, and then launching it again? That's what it sounds like. If so, don't do that. If you're debugging in Xcode, hit the stop button when you're done. Otherwise the debugger still has a connection and you'll see things like this.


说白了就是不要手贱去点模拟器的或设备的退出按钮(ipohone上的“口”键)。要从Xcode中点stop退出调试。

解决办法重启电脑!
原创粉丝点击