After run ``` ./xcode-clean.sh -A ``` I got this error when I run my Xcode project in Xcode 10. > The operation couldn’t be completed. (DVTCoreSimulatorAdditionsErrorDomain error 0.) Run this command will resolve this issue. ``` xcrun simctl erase all ```