-
-
Save Yassir4/e7ec88c78bf0b00f5842f787e94d9ed9 to your computer and use it in GitHub Desktop.
Revisions
-
maciekish created this gist
Aug 10, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ #!/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