ios - Xcode 6 : "Simulator in Use" error shows even though the simulator is NOT in use

标签 ios xcode6

使用新的 Xcode 6,有时当我在模拟器之间切换时 - 我收到错误消息“模拟器正在使用 - 模拟器无法启动,因为它已经在使用中”。 但是,模拟器未在使用中 - 我也没有在事件监视器中看到它。 克服这个问题的唯一方法是退出并重新进入 Xcode。

有没有人找到更简单的方法来克服这个恼人的错误?

最佳答案

是的,我有过类似的经历。

我基本上做你做的事 - 退出并重新进入 Xcode。

我发现,当您停止模拟器时,不要运行它/切换到另一个并如此快速地运行它。 在运行前给一两秒钟可以避免问题(在我的情况下)90%。

不仅Xcode 6有这种情况,早期版本也有这个问题,当一个停止和运行非常快时。

关于ios - Xcode 6 : "Simulator in Use" error shows even though the simulator is NOT in use,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26151223/

相关文章:

在 Xcode 中找不到 iostream

ios - 我的 View 的渐变阴影?

ios - swift 线程 1 : EXC_BAD_INSTRUCTION when I try to change a uilabel. 文本

ios8 - Xcode 6 错误 : "Embedded binary' s bundle identifier is not prefixed with the parent app's bundle identifier.“

ios - 调试输出提到我应该请求应用程序角标(Badge)权限

xcode - 通过 IBOutlet 与 Interface Builder 交互的 Swift 类

ios - iPhone 6 状态栏显示放大的应用程序但不在主屏幕上

ios - Xcode6 错误 : "No matching provisioning profiles found for application"

ios - swift3 如何在应用程序更改为后台状态时更改屏幕

iphone - 将对象返回到 Root View Controller