Hacker News new | ask | show | jobs
by spideymans 2018 days ago
The autocomplete and syntax highlighting feature completely stops working sometimes. It’s beyond frustrating
1 comments

Simply:

CMD+,

Locations

Derived Data

CMD+Q Xcode

Delete!!! Derived Data

Restart Xcode

Why not Clean Build Folder

  CMD+B
success!!
I have a shell alias for

  mv ~/Library/Developer/Xcode/DerivedData ~ && rm -rf ~/DerivedData &
And I use it constantly. This approach is fast because it does the actual rm in the background so I can relaunch Xcode right away.
I have a source editor extension that has no job but to clean this clean this ;)