Expo 개발 중 npm run start
명령 후 i
를 입력하여 iOS Simulator를 실행 시킬 때 아래와 같은 에러가 발생했다.
Error: xcrun exited with non-zero code: 60
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=60):
Unable to boot the Simulator.
launchd failed to respond.
Underlying error (domain=com.apple.SimLaunchHostService.RequestError, code=4):
Failed to start launchd_sim: could not bind to session, launchd_sim may have crashed or quit responding
해당 에러를 해결하기 위해
sudo rm -rf ~/Library/Developer/CoreSimulator/Caches
위와 같이 시뮬레이터 캐시를 삭제하면 해결된다.