32

When I update Xcode to Version 10 GM, build success, but Simulator can't work! with error:

The operation couldn’t be completed. (DVTCoreSimulatorAdditionsErrorDomain error 0.)

enter image description here

slavoo
  • 5,798
  • 64
  • 37
  • 39
guoliang liu
  • 321
  • 3
  • 4

2 Answers2

105

run xcrun simctl erase all in Terminal. It should solve the issue. i think its a bug from Apple.

Chanchal Raj
  • 4,176
  • 4
  • 39
  • 46
ganpaan
  • 1,051
  • 1
  • 5
  • 3
6

I had the same issue. Not 1 simulator worked and the UIStoryboard was not rendering any graphics. The solution was to restart my mac. Not just Xcode but your Mac (laptop, mac mini, whatever you might be using)

Dani
  • 3,427
  • 3
  • 28
  • 54