Unable to boot the Simulator

574 阅读1分钟

当我运行 flutter 项目,尝试启动 iOS 模拟器时,遇到了这个错误:

Unable to boot the Simulator

我通过以下方式修复了这个问题:

  1. 系统设置 → 通用 → 存储空间 → 开发者
  2. 删除 "xcode Caches"

image.png

然后重新运行模拟器,就出来了

image.png