用Xcode7.1新建playground界面直接报错
Unabletofindexecution serviceforselected run destination
解决方法
1.关闭Xcode
2.在终端执行两行代码
rm -rf ~/Library/Developer/CoreSimulator/Devices
killall-9com.apple.CoreSimulator.CoreSimulatorService
文/船长_(简书作者)
原文链接:http://www.jianshu.com/p/0a406d50ecfd
著作权归作者所有,转载请联系作者获得授权,并标注“简书作者”。