Skip to content

Instantly share code, notes, and snippets.

@ssoper
Last active August 29, 2015 14:10
Show Gist options
  • Save ssoper/340a3b9feaf6cb360b79 to your computer and use it in GitHub Desktop.
Save ssoper/340a3b9feaf6cb360b79 to your computer and use it in GitHub Desktop.
Clean the current project
rm -rf Pods && rm -rf Podfile.lock && rm -rf ~/Library/Developer/Xcode/DerivedData/* && pod install && find . -name '*.xcworkspace' | tail -1 | xargs open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment