Skip to content

Instantly share code, notes, and snippets.

@hSATAC
Created December 6, 2013 07:23
Show Gist options
  • Select an option

  • Save hSATAC/7819876 to your computer and use it in GitHub Desktop.

Select an option

Save hSATAC/7819876 to your computer and use it in GitHub Desktop.
Xcode Clean
#!/usr/bin/env ruby
require 'FileUtils'
derivedDataFolder = Dir.glob(Dir.home + "/Library/Developer/Xcode/DerivedData/*")
moduleCache = Dir.glob("/var/folders/**/com.apple.DeveloperTools*")
FileUtils.rm_rf derivedDataFolder + moduleCache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment