Unable to boot device because it
2021-08-04 本文已影响0人
漫步的小蚂蚁
#iOS中进行模拟器调试,忽然报这个错误,Unable to boot device because it cannot be located on disk.(The device's data is no longer present at /Users/XXX/Library/Developer/CoreSimulator/Devices/B46C0693-A366-4E47-95B2-DBA199337306/data.Use the device manager in Xcode or the simctl command line tool to either delete the device properly or erase contents and settings.)。大致应该是前几天清理Xcode文件给操作出问题了,那只能百度解决了。
多谢彩虹的第九道光的一篇文章,帮我解决问题。下面我说明下我这边的操作方法:
### 删除现有的模拟器
第一步:打开模拟器列表
第二步:删除选中的模拟器
第三步:把出问题的模拟器都给删除了。
第四步:添加新模拟器
如下图:可自由选择要添加的模拟器类型,然后再进行调试,发现就可以了。
此问题的解决之旅到此结束!