swift-Xcode7.x(7.1,7.2,7.3)新建playground运行不能运行

时间:2016-03-31 10:39:57   收藏:0   阅读:318
swift-Xcode7.x

swift-Xcode7.x(7.1,7.2,7.3)新建playground运行不能运行

Unable to find execution service for selected run destinatio

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

 
rm -rf ~/Library/Developer/CoreSimulator/Devices
killall -9 com.apple.CoreSimulator.CoreSimulatorService

see:

原文:http://www.cnblogs.com/xilifeng/p/5340166.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!