iOS 调试时的错误:Couldn't register com.xxxx with the bootstrap server
今天发现在使用iPad进行真机调试时,前几次都没问题,后来就一直运行不起来了,xcode的输出窗口显示如下信息:
Couldn't register com.autodesk.Material-Demo 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.
意思是调试器中已经有一个进程正在运行了,我尝试过在iPad中把应用删除,但是不管用。
上网搜了一下:按照下面步骤就可以了:
断开数据线连接,重新启动iPad。
Xcode中,清理一下项目, product-->Clean:
重新连接数据线
重新启动在iPad上的调试。
成功!
TAG: