bootstrap server. Error in iPhone SDK

橙三吉。 提交于 2020-01-17 08:32:18

问题


Can anyone help for the following ERROR:

Couldn't register com.india.XXX 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.

here m using xcode 4.1 and i have same project folders in my local desk.

When ever i open multiple projects with the same name its showing the above error.

Thanks in advance.


回答1:


Some of the fixes that the links Saif contain may work for some, but not for me.

I have a very simple solution without restarting that will usually get you through the day.

When you get this error, before you do anything else, build for the other device (if you are running a universal application).

When you build for the other device, it kind of "overwrites" the process that creates this error. Once the other device is up and running, immediately build for the device that created the error. This will work most if not all the time, and will save you time digging through the multitude of fixes you will find in the other links.

I tried almost all of the fixes found there and none of them worked in my case. This works, but you should check your appDelegate for any bugs in your willEnter/didEnter (and other related methods).



来源:https://stackoverflow.com/questions/7975785/bootstrap-server-error-in-iphone-sdk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!