Guest User

Untitled

a guest
Dec 15th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ## Edit your ~/.bash_profile and add this code:
  2.  
  3. constantly(){
  4. rm -rf ~/Library/Developer/Xcode/DerivedData
  5. echo "Removed all derived data."
  6. }
  7.  
  8. ## Apply new added command by
  9.  
  10. source ~/.bash_profile
  11.  
  12. ## Restart terminal and enjoy cleandd command to clear Derived Data folder of Xcode
Add Comment
Please, Sign In to add comment