xcode6 - 无法以当前状态: Creating引导设备

标签 xcode6 ios-simulator runtime-error

在iOS 8模拟器的Xcode 6中运行应用程序时出现错误。该错误指出'无法在当前状态下启动设备:正在创建'。我试图重置模拟器的内容。另外,在安装Xcode 6之后,我重新启动了mac。可能会解决什么问题?

最佳答案

这是在Xcode 6.1 Release Notes中提到的

Simulated devices can get stuck in a “Creating” state in some circumstances. This problem can occur either when creating new devices or when resetting existing devices after having renamed Xcode.app.
If this this problem occurs, reboot your system and reset the device from the command line by running xcrun simctl erase <Device UDID>. You can obtain the UDID of the device by checking the output of xcrun simctl list.

关于xcode6 - 无法以当前状态: Creating引导设备,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26480836/

相关文章:

storyboard - Storyboard Xcode 6 中的自适应转场是否已弃用?

iOS 模拟器 - 无法为应用程序分配内存

android - 相对布局中的循环依赖错误。

objective-c - "this class is not key value coding-compliant"是什么意思?

ios - 在 Swift 中将一个默认属性值传递给另一个

ios - 无法在 Xcode 6 以上 beta 5 中编译源代码

xcode - iOS8,Xcode6如何以编程方式获取内存使用情况,如Xcode所示

xcode - 如何在不启动 Xcode 的情况下运行 iPhone 模拟器?

iphone - 为 iOS 应用程序使用辅助功能检查器时出现 AX 错误。

python - 无限猴子定理 : Maximum Recursion Depth exceeded