我的应用在 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 以及删除应用程序并重新安装,但无济于事。
非常沮丧!!!
Best Answer-推荐答案 strong>
重置您的 iphone 模拟器并清理您的 xcode 项目。
键入
apple-alt-shift-k
在 xcode 中。
关于ios - 突然无法在 iPhone 模拟器上运行应用程序,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/10070891/
|