[Xcode] Unable to boot device because it cannot be located on disk
by 사슴비행기xcode에서 프로젝트를 시뮬레이션으로 실행 시 발생한 오류.
Unable to boot device because it cannot be located on disk
해결법은 아래 stackoverflow.com에 있다.
내가 해결을 본 방법은 IKKA라는 사람이 남긴 댓글이었다.
Quit Xcode.app, Simulator.app, etc
먼저 xcode와 시뮬레이터를 꺼라.
Try the follwing commands in terminal
그리고 터미널에서 아래 명령을 따라 써라.
sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
rm -rf ~/Library/*/CoreSimulator
'ios' 카테고리의 다른 글
블로그의 정보
Beautiful Coding
사슴비행기