Skip to content

Instantly share code, notes, and snippets.

@vasilevkin
Created September 24, 2019 12:11
Show Gist options
  • Save vasilevkin/84c2d37583d7f46121d2cad3aa686902 to your computer and use it in GitHub Desktop.
Save vasilevkin/84c2d37583d7f46121d2cad3aa686902 to your computer and use it in GitHub Desktop.
rm -rf "$(getconf DARWIN_USER_CACHE_DIR)/org.llvm.clang/ModuleCache"
rm -rf "$(getconf DARWIN_USER_CACHE_DIR)/org.llvm.clang.$(whoami)/ModuleCache"
echo "Module cache was deleted"
rm -rf ~/Library/Developer/Xcode/DerivedData/*
echo "Derived data has been deleted"
rm -rf ~/Library/Caches/com.apple.dt.Xcode/*
echo "Xcode cache has been deleted"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment