Simulator 실행 에러 : Unable to boot device because it cannot be located on disk

모처럼 xcode를 업데이트 끝내고 시뮬레이터를  실행하였더니 아래와 같은 에러 코드가 발생.. 

ERROR ) Unable to boot device because it cannot be located on disk

뭐지? 왜 안되는거지 검색을 시작 아래의 해결책을 찾았습니다. 

해결방법

실행중인 xcode/시뮬레이터 를 모두 종료후 터미널에서 아래의 명령어 입력

xcrun simctl erase all

그리고 다시 실행하면 끝, 하지만 에러가 발생하는 경우가 있다.

위 명령어를 실행했는데.. 뭔가 에러가 발생

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcru

xcode-select --install

커맨드 라인 툴 설치 뒤 처음 명령어 실행 .. .그런데 또 에러나면, 

아래의 순서로 경로를 다시 지정하고 아래의 명령어를 다시 넣어준다.

xcrun simctl erase all

끝.