gpt4 book ai didi

ios - 等待{模拟器/设备}启动

转载 作者:可可西里 更新时间:2023-11-01 03:20:23 24 4
gpt4 key购买 nike

Xcode 9.3 (beta) ,我在 Xcode 启动/启动后第一次尝试构建/运行应用程序(项目)时遇到 Xcode 工具问题。

有几次,它会阻止项目构建并在状态栏上显示消息:

Waiting for iPhone-X to start

虽然我的模拟器已经启动并正常工作(模拟器中没有任何事件正在进行)。

这是引用截图:

enter image description here

作为临时解决方案,我强制关闭 Xcode (9.3) 并重新启动。

enter image description here

有没有人在使用 Xcode 9.3 beta 时遇到同样的问题?

更新:Xcode 9.3-Beta 2 中也存在同样的问题。

最佳答案

这是我如何修复的:

Due to quirks (most likely Simulator bugs) in the Simulator launching on both Xcode 8 and 9, there is no common code to have it launch successfully on both Xcodes. Through experimenting, I have found these to be most reliable:

Xcode 9:

killall Simulator
xcrun simctl boot <device_id>
open `xcode-select -p`/Applications/Simulator.app

Xcode 8:

killall Simulator
xcrun simctl shutdown booted
xcrun instruments -w <device_id>

引用:[iOS 11][Xcode 9] launch, install, start hangs Simulator #209

关于ios - 等待{模拟器/设备}启动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48619274/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com