Skip to content

Instantly share code, notes, and snippets.

@RP-3
Last active April 6, 2019 03:38
Show Gist options
  • Save RP-3/c1bbb7cca34f3c0588e2058544ddbf1e to your computer and use it in GitHub Desktop.
Save RP-3/c1bbb7cca34f3c0588e2058544ddbf1e to your computer and use it in GitHub Desktop.
Completely reset Xcode, for when things get nasty
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/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment