256 따리는 안쓰는 것들은 빨랑 지워버려야함

xcrun simctl list | grep -w "Shutdown"  | grep -o "([-A-Z0-9]*)" | sed 's/[\(\)]//g' | xargs -I uuid xcrun simctl delete  uuid

 

출처

 

How to uninstall downloaded Xcode simulator?

How to uninstall one of the downloaded Xcode simulators? My iOS 7 Simulator won't boot (Unable to boot the iOS Simulator). I want to completely reinstall it. I tried: Deleting ~/Library/Caches/com.

stackoverflow.com

 

++

임의로 Components>Simulators에서 다운로드한 시뮬레이터 하위버전은 아래 경로에서 삭제

/Library/Developer/CoreSimulator/Profiles/Runtimes

+ Recent posts