1.Xcode升级10.3重新运行出现:
/xxx/Assets.xcassets:-1: Failed to find a suitable device for the type IBSimDeviceTypeiPad2x(com.apple.dt.Xcode.IBSimDeviceType.iPad-2x)with runtime iOS 12.4(12.4 - 16G73)- com.apple.CoreSimulator.SimRuntime.iOS-12-4
2.问题原因旧版本的Xcode安装了新版模拟器包
3.解决方法:
在终端输入一下命令:
sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
关闭模拟器服务线程,重新运行项目即可。
网友评论