解决‘playground execution terminated because the process stopped unexpectedly’

一旁的大厦的黄色玻璃,让阳光更尽情的绚烂,没有汽车声让帝都的空气都显得蓝了一些,屏幕前肆意让脑袋磕着头,听见眼皮吧嗒吧嗒的。

身旁出现两个拿着小钢叉的小人儿,一个要我继续装死,一个叫我马上起床。他们在搏斗。理想告诉我,要起来,起来奋斗!

呵呵,真正的勇士就是要没有bug,创造bug!

Xcode-File-New-Playground-enter 完美

书翻到一半,发现菊花转出来一个警告...

解决‘playground execution terminated because the process stopped unexpectedly’_第1张图片
图1.网上找的老图,警告信息如title基本一样

google一下,给出的帖子都比较乱,英语不好,Stack Overflow上拼了两个帖子算是解决了

首先,按图2打开文件夹:

图2.

注意是Macintosh HD,不是~这个根目录,像我这么low的人肯定不知道Macintosh怎么找,那告诉你:点开Finder-偏好设置-勾选硬盘-关闭所有

解决‘playground execution terminated because the process stopped unexpectedly’_第2张图片
图3.

再打开Finder,会看到Hd

解决‘playground execution terminated because the process stopped unexpectedly’_第3张图片
图4.

根据图2,把文件夹内的所有文件都删除,应该都是.simruntime文件,然后退出Xcode重开看行不行,不行的话继续:右键Xcode,Open Developer Tool,iOS Simulator,Hardware,Device,Manage Devices...删除里面的simulator,再退出后重进试试Playground,如果不行,继续...

退出Xcode,打开终端输入:(1)rm -rf ~/Library/Developer/CoreSimulator/Devices 回车

                                  (2)killall -9 com.apple.CoreSimulator.CoreSimulatorService 回车

再打开Playground,我操作至此,已经是Xcode开眼了,可以装X起飞了

当然,好几步涉及到了删除simulator,如果弄完发现没有可用的了,那就重新下载吧,反正1.4G,不算小,我的mac因为之前装了好几个Xcode和simulator,貌似有simulator覆盖的问题,正好这次删来删去把之前的下的都弄没了,最后剩下了最新的9.3,路过的知晓。

以上内容都不是原创,在网上寻觅前辈们留下的帖子合成的,只为自己记录与分享,不盗版,不商业,感谢前人种树,后人铺路。

到点该下班了,祝各位夜生活幸福。

poor_bird

2016.05.16

你可能感兴趣的:(解决‘playground execution terminated because the process stopped unexpectedly’)