Xcode IPHONE 中的引导服务器错误

Bootstrap Server Error in Xcode IPHONE(Xcode IPHONE 中的引导服务器错误)
本文介绍了Xcode IPHONE 中的引导服务器错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我多次收到以下错误,这个错误导致我无法运行我的应用程序,除非我重新启动整个 Mac.

I get the error below many times and this error makes it impossible to run my application unless I restart the whole Mac.

这不是由于代码更改造成的.

This is not caused due to changes in code.

错误:

无法注册 com.yourcompany.使用引导服务器.错误:未知错误代码.这通常意味着该进程的另一个实例已经在运行或挂在调试器中.

可能出了什么问题?

请提出您的建议,我们非常欢迎.

Please give your suggestions, they are most welcome.

推荐答案

更新

您可以查看此链接.这可能会解决您的问题.无法向引导服务器注册

You can check this link. This may solve your problem. Couldn't register with the bootstrap Server

对我来说,当我使用 Activity Monitor 杀死 Xcode 和 Simulator 应用程序然后重新启动这些应用程序时,它已经工作了.

For me it has worked when I have killed the Xcode and Simulator Apps using Activity Monitor and then restarting those apps.

您可以阅读以下主题:iPhone - 在模拟器上测试时出现奇怪错误

http://discussions.apple.com/message.jspa?messageID=10416765

这篇关于Xcode IPHONE 中的引导服务器错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Pushing UIViewController above UITabBar(将UIView控制器推送到UITabBar上方)
How to stop UIBarButtonItem text from truncating?(如何阻止UIBarButtonItem文本被截断?)
java.lang.IllegalStateException: SimpleTypeImpl should not be created for error type(异常:不应为错误类型创建SimpleTypeImpl)
Android IllegalArgumentException: The tag for fragment_XXX is invalid. Received: layout-sw600dp/fragment_XXX_0(Android IlLegalArgumentException:Fragment_XXX的标签无效。收到:Layout-sw600dp/Fragment_XXX_0)
iOS convert audio sample rate from 16 kHz to 8 kHz(IOS将音频采样率从16 kHz转换为8 kHz)
Enforcing an audio sampling rate in iOS(在iOS中强制音频采样率)