Xcode
新建playground
Error running playground.
报错:Unable to find execution service for selected run destination
用Xcode新建playground界面直接报错
Unable to find execution service for selected run destination
- 解决方法
- 1.关闭Xcode
- 2.在终端执行两行代码
rm -rf ~/Library/Developer/CoreSimulator/Deviceskillall -9 com.apple.CoreSimulator.CoreSimulatorService
本文介绍了解决Xcode创建Playground时遇到的错误“Unabletofindexecutionserviceforselectedrundestination”的方法。通过关闭Xcode并执行特定的终端命令来清理模拟器设备文件夹及服务。
1692

被折叠的 条评论
为什么被折叠?



