Skip to content

Instantly share code, notes, and snippets.

@notcome
Created March 9, 2015 10:59
Show Gist options
  • Save notcome/7c82911eab27b6bc7a31 to your computer and use it in GitHub Desktop.
Save notcome/7c82911eab27b6bc7a31 to your computer and use it in GitHub Desktop.
Clean Xcode Cache of Plug-Ins
rm -f /private/var/folders/*/*/*/com.apple.DeveloperTools/*/Xcode/PlugInCache-Debug.xcplugincache
rm -rf /private/var/folders/*/*/*/com.apple.DeveloperTools/*/Xcode/PlugInCache.xcplugincache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment