首页 > 其他 > 详细

Xcode卸载7.3后重装7.2新建playground报错:Unable to find execution service for selected run destination.

时间:2016-04-03 14:35:02      阅读:729      评论:0      收藏:0      [点我收藏+]

Xcode升级7.3之后,出现了种种问题,虽然代码提示更加人性化了,但是导入框架后,出现了类没有提示等相关问题,一定程度上降低了开发效率.一怒之下装回7.2版本,却在安装后发现新建playground界面以及打开playground文件时一直弹框报错,错误提示如下:

Unable to find execution service for selected run destination.

 

解决办法:

1.手动删除了 Library/Developer/CoreSimulator/Devices 目录下的所有文件,发现并没有效果.

2.查阅资料在终端中执行了以下两句代码:
1 rm -rf ~/Library/Developer/CoreSimulator/Devices
2 killall -9 com.apple.CoreSimulator.CoreSimulatorService

输入这两条命令后,重新启动Xcode,此时新建playground就不会报错了,问题完美解决.

 

Xcode卸载7.3后重装7.2新建playground报错:Unable to find execution service for selected run destination.

原文:http://www.cnblogs.com/MagicYu12/p/5349695.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!