美文网首页
Mac中playground的Unable to find ex

Mac中playground的Unable to find ex

作者: 默默学习 | 来源:发表于2016-09-28 18:33 被阅读22次

出现原因:

在使用Xcode中新建playground界面直接报错
报错原因如下:

Unable to find execution service for selected run destination

解决办法:

  1. 关闭xcode -> Command+Q
  2. 打开终端,执行下列两行代码
rm -rf ~/Library/Developer/CoreSimulator/Devices
killall -9 com.apple.CoreSimulator.CoreSimulatorService

相关文章

网友评论

      本文标题:Mac中playground的Unable to find ex

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