- Prague, Czech Republic
- @Carrione4
Pinned Loading
-
Script to remove xcode from macOS
Script to remove xcode from macOS 1killall Xcode
2xcrun -k
3xcodebuild -alltargets clean
4rm -rf "$(getconf DARWIN_USER_CACHE_DIR)/org.llvm.clang/ModuleCache"
5rm -rf "$(getconf DARWIN_USER_CACHE_DIR)/org.llvm.clang.$(whoami)/ModuleCache"
-
Script to remove SPM cache from macOS
Script to remove SPM cache from macOS 1rm -rf ~/Library/Caches/org.swift.swiftpm
2rm -rf ~/Library/org.swift.swiftpm
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.