美文网首页iOS Developer
swift playground 报错:

swift playground 报错:

作者: 大掌柜88 | 来源:发表于2016-07-11 18:09 被阅读0次

学习swift时,playground 出错:Unable to find execution service for selected run destination

解决办法:

第1种:最简单的

Xcode -> Window -> Devices -> click "+" 增加iPad Pro simulator ,重新打开playground即可

第2种:命令行

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

$ killall -9 com.apple.CoreSimulator.CoreSimulatorService

重启Xcode,搞定!

相关文章

网友评论

    本文标题:swift playground 报错:

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