Skip to content

Instantly share code, notes, and snippets.

@kerembaydogan
Created March 1, 2020 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kerembaydogan/098050131a21c7751c39179b82d87844 to your computer and use it in GitHub Desktop.
Save kerembaydogan/098050131a21c7751c39179b82d87844 to your computer and use it in GitHub Desktop.
CocoaPods Clean Install
// cd to xcode project root folder and run
rm -rf ~/Library/Caches/CocoaPods Pods ~/Library/Developer/Xcode/DerivedData/*; pod deintegrate; pod setup; pod install;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment