Playground execution terminated because the playground process exited unexpectedly

Xcode7.2 下载simulator9.1之后, playground报错

stackoverflow上的解决方法如下:

注意起始位置是 Macintosh HD 而不是 ~/Library

删除该目录下的所有 .simruntime 文件(为防止意外,删除之前请先备份这些文件)

我的处理方式是将Runtimes文件重命名,之后再运行Playground,亲测可以运行!

  之后如果再次出现该问题,可以右键Xcode图标 Open Developer Tool,选择iOS Simulator, 打开模拟器后点击Hardware菜单,选择 Device -> Manage Devices,删除之前的模拟器,然后重新添加一次即可。

地址: http://stackoverflow.com/questions/25996714/playground-execution-terminated-because-the-playground-process-exited-unexpected

原文地址:https://www.cnblogs.com/FranZhou/p/5163855.html