我运行这个脚本
#!/usr/bin/env bash
device1="B13D4F22-AA4E-4890-8C2B-3C5B7B6E3678"
device2="5E2588E9-38B5-48AF-99C5-DEE8A1E6FDA0"
device3="2C28BD02-18BE-4FC5-94DE-075880E70E60"
device4="723705CD-B038-44E0-B42E-F1D29A28E85E"
xcrun simctl boot ${device1}
xcrun simctl boot ${device2}
xcrun simctl boot ${device3}
xcrun simctl boot ${device4}
输出是
处理命令时遇到错误 (domain=com.apple.CoreSimulator.SimError, code=164): Unable to boot device in current state: Booted 处理命令时遇到错误 (domain=com.apple.CoreSimulator.SimError,代码=164):无法在当前状态下启动设备:已启动处理命令时遇到错误(域=com.apple.CoreSimulator.SimError,代码=164):无法在当前状态下启动设备:已启动遇到错误处理命令(域=com.apple.CoreSimulator.SimError,代码=164):无法在当前状态下启动设备:已启动
但是,扩展坞中没有“Xcode”图标,并且我在 mac 上看不到任何 sims。如何引导它们?他们为什么不出现?