美文网首页
升级Xcode10.3出现Failed to find a su

升级Xcode10.3出现Failed to find a su

作者: 苍眸之宝宝 | 来源:发表于2019-08-16 09:38 被阅读0次

    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 

    关闭模拟器服务线程,重新运行项目即可。

    相关文章

      网友评论

          本文标题:升级Xcode10.3出现Failed to find a su

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