Hi,
I am getting this error every time I am trying to start new playground.
Playground execution terminated because the playground process exited unexpectedly
I tried these :
1) restart Xcode = did not work
2) restart Mac (El Capitain OS) = did not work
3) sudo xcode-select --install = did not work
4) sudo xcode-select --switch /Library/Developer/CommandLineTools/ = did not work
Also this ouputs:
xcode-select -v
out: xcode-select version 2343
xcode-select -p
/Applications/Xcode.app/Contents/Developer
Any idea?
any other options I could use?
I was successful with a less drastic measure:
1. Reboot your machine (and do not use Xcode yet - otherwise there might be errors later)
2. Delete the contents of ~/Library/Developer/XCPGDevices (typically it contains a directory with a name which is the UDID of the simulated device)
3. Start Xcode and open an iOS playground. This recreated the contents of ~/Library/Developer/XCPGDevices.
4. Happy playing in the iOS playground (at least for me)