Skip to content

Instantly share code, notes, and snippets.

@BenFausch
Created January 9, 2018 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BenFausch/592dcf1c68e9a1e80a6ed3d6868ba86f to your computer and use it in GitHub Desktop.
Save BenFausch/592dcf1c68e9a1e80a6ed3d6868ba86f to your computer and use it in GitHub Desktop.
Xcode Project cleanup
#removes derived data:
rm -rf ~/Library/Developer/Xcode/DerivedData
#removes modulecache:
rm -rf "$(getconf DARWIN_USER_CACHE_DIR)/org.llvm.clang/ModuleCache"
#cmd+shift+opt+k = full build folder clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment