Skip to content

Instantly share code, notes, and snippets.

@ryu1
Created November 27, 2017 17:02
Show Gist options
  • Select an option

  • Save ryu1/d40fb4cc6183a766afd58631a03172eb to your computer and use it in GitHub Desktop.

Select an option

Save ryu1/d40fb4cc6183a766afd58631a03172eb to your computer and use it in GitHub Desktop.
#!/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