美文网首页
Failed to find a suitable device

Failed to find a suitable device

作者: Alex1989 | 来源:发表于2021-01-18 10:45 被阅读0次

Assets.xcassets:-1: Failed to find a suitable device for the type IBSimDeviceTypeiPad2x

不知道assets发生了什么~~可能是我直接从另一个的项目拷贝进来的assets

方案一:

重启治百病

方案二:

1. kill模拟器进程

sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService

2.设置Xcode path:

sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

3. 重启模拟器

xcrun simctl erase all

相关文章

网友评论

      本文标题:Failed to find a suitable device

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