Created
November 27, 2017 17:02
-
-
Save ryu1/d40fb4cc6183a766afd58631a03172eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh -x | |
| rm -rf ~/Library/Developer/Xcode/DerivedData | |
| rm -rf ~/Library/Developer/Xcode/Archives | |
| rm -rf ~/Library/Developer/Xcode/DeveloperPortal* | |
| rm -rf ~/Library/Developer/Xcode/DocumentationCache | |
| rm -rf ~/Library/Developer/Xcode/Products | |
| rm -rf '~/Library/Developer/Xcode/iOS DeviceSupport' | |
| rm -rf ~/Library/Developer/XCPGDevices | |
| rm -rf ~/Library/Developer/Shared/Documentation/DocSets | |
| rm -rf '~/Library/Developer/Xcode/iOS Device Logs' | |
| xcrun simctl erase all | |
| rm -rf ~/Library/Caches/com.apple.dt.Xcode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment