Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DVTCoreSimulatorAdditionsErrorDomain Xcode 10GM

Tags:

xcode

xcode10

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

like image 913
guoliang liu Avatar asked Sep 14 '18 03:09

guoliang liu


2 Answers

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

like image 66
ganpaan Avatar answered Nov 13 '22 08:11

ganpaan


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)

like image 22
Dani Avatar answered Nov 13 '22 09:11

Dani