美文网首页
Failed to find or create executi

Failed to find or create executi

作者: 江河_ios | 来源:发表于2022-04-13 15:10 被阅读0次

Failed to find or create execution context for description '<IBCocoaTouchPlatformToolDescription: 0x7fcc0cdcc6e0> System content for IBCocoaTouchFramework-TwelveThreeAndLater <IBScaleFactorDeviceTypeDescription: 0x7fcc0c8de490> scaleFactor=2x, renderMode.identifier=(null)'.

图片.png

最近,升级xcode之后,就报出了这个错误,按如下这个方法就行:

1、关闭Xcode ;
2、在终端中输入以下命令,并回车:
sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
3、重启Xcode ;

相关文章

网友评论

      本文标题:Failed to find or create executi

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