Skip to content

Instantly share code, notes, and snippets.

@RockinPaul
Created March 19, 2018 00:15
Show Gist options
  • Save RockinPaul/7ff3332b7d7bf9aa5d4d70b48d39251e to your computer and use it in GitHub Desktop.
Save RockinPaul/7ff3332b7d7bf9aa5d4d70b48d39251e to your computer and use it in GitHub Desktop.
#!/bin/bash
killall Xcode
xcrun -k
xcodebuild -alltargets clean
rm -rf "$(getconf DARWIN_USER_CACHE_DIR)/org.llvm.clang/ModuleCache"
rm -rf "$(getconf DARWIN_USER_CACHE_DIR)/org.llvm.clang.$(whoami)/ModuleCache"
rm -rf ~/Library/Developer/Xcode/DerivedData/*
rm -rf ~/Library/Caches/com.apple.dt.Xcode/*
open /Applications/Xcode.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment