DVTCoreSimulatorAdditionsErrorDomain Xcode 10GM
Asked Answered
C

2

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

Cesarcesare answered 14/9, 2018 at 3:45 Comment(1)
I too had similar issue with simulator. Quit simulator and re-run your app worked for me!Thierry
C
105

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

Chainsmoke answered 15/10, 2018 at 3:20 Comment(4)
run this where?Poaceous
@Poaceous on mac TerminalPrecipitant
It happened to me after I manually deleted the contents of: ~/Library/Developer/CoreSimulator/Devices/ from finder, in order to free up space. Running the command you mentioned did fix the problem for me, but it recreated all the folders I deleted. (Not an issue).Lookeron
Same bro. Worked like charmFeudist
N
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)

Nightwalker answered 17/9, 2018 at 11:36 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.