美文网首页
解决XCode运行app在模拟器上,提示模拟器不存在

解决XCode运行app在模拟器上,提示模拟器不存在

作者: Mr周190728 | 来源:发表于2020-07-10 17:33 被阅读0次

因为清理磁盘数据,用XCode运行app在模拟器上,提示模拟器不存在

Unable to boot device because it cannot be located on disk

The device’s data is no longer present at /Users/[user name]/Library/Developer/CoreSimulator/Devices/D651BCC7-29FD-4B91-82F6-E255E856EA2F/data.

解决方法

退出XCode,退出模拟器

打开命令行工具Terminal

运行命令

xcrun simctl erase all

相关文章

网友评论

      本文标题:解决XCode运行app在模拟器上,提示模拟器不存在

      本文链接:https://www.haomeiwen.com/subject/lowmcktx.html