美文网首页iOS Dev.
swift-Xcode7.1新建playground报错Unab

swift-Xcode7.1新建playground报错Unab

作者: 船长_ | 来源:发表于2015-11-28 22:28 被阅读1281次

用Xcode7.1新建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

相关文章

网友评论

  • 船长_:看命令猜测是删除模拟器下的device文件
  • 熙er熙er:知道这是为什么吗?

本文标题:swift-Xcode7.1新建playground报错Unab

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