美文网首页
Xcode7.3.x运行Playground报错

Xcode7.3.x运行Playground报错

作者: 南国青天 | 来源:发表于2016-06-20 10:56 被阅读13次

用Xcode7.3.x新建playground界面直接报错
Unable to find execution service for selected run destination

解决方法1.关闭Xcode
2.在终端执行两行代码

rm -rf ~/Library/Developer/CoreSimulator/Devices

killall -9 com.apple.CoreSimulator.CoreSimulatorService

相关文章

网友评论

      本文标题:Xcode7.3.x运行Playground报错

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