【发布时间】:2012-04-21 16:32:32
【问题描述】:
我的应用在 iPhone 模拟器上运行良好。我遇到了一个问题(在这里讨论:Intermittent error accessing core data model / contacts database),现在突然之间,它不会在 iPhone 模拟器上构建和运行。我有以下错误:
Couldn't register com.yourcompany.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.(lldb)
有什么想法吗?我已经尝试完全关闭和重置 iPS 以及删除应用程序并重新安装,但无济于事。
非常沮丧!!!
【问题讨论】:
-
强制退出您的 iphone 模拟器并再次运行您的应用程序。这是一个错误
-
我总是检查活动监视器以确保模拟器在重新启动之前完全被杀死
标签: ios xcode4 ios-simulator