Skip to content

Instantly share code, notes, and snippets.

@Julioacarrettoni
Created February 9, 2017 17:50
Show Gist options
  • Save Julioacarrettoni/4ddff2d601eb8b22de396181b8b253d1 to your computer and use it in GitHub Desktop.
Save Julioacarrettoni/4ddff2d601eb8b22de396181b8b253d1 to your computer and use it in GitHub Desktop.
Super weird errors on Xcode? Fix them with this easy trick!
rm -rf "$(getconf DARWIN_USER_CACHE_DIR)/org.llvm.clang/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