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
'iOS > 정리' 카테고리의 다른 글
[Swift] RxSwift 정리 (0) | 2022.09.06 |
---|---|
[Swift] Struct 와 Class의 차이 그리고 Protocol (0) | 2022.09.01 |
[Swift] updateUIView 메소드 UIView 파라메타 자동완성 (0) | 2022.07.07 |
[Xcode] storyboard 없이 코드로 작성시 설정 (0) | 2022.06.27 |
[Swift] Firebase - Realtime Database & Cloud Firestore (0) | 2022.06.22 |