Flutterby™! : reminder to myself that I should

Next unread comment / Catchup all unread comments User Account Info | Logout | XML/Pilot/etc versions | Long version (with comments) | Weblog archives | Site Map | | Browse Topics

reminder to myself that I should

2024-03-12 00:35:02.313653+01 by Dan Lyke 1 comments

A reminder to myself that I should probably put `rm -fr /Users/*/Library/Developer/Xcode/DerivedData/*` in my XCode startup script. I bet a lot of funky behavior will be reduced.

[ related topics: Language Books ]

comments in ascending chronological order (reverse):

#Comment Re: reminder to myself that I should made: 2024-03-12 19:00:00.569464+01 by: markd [edit history]

I have a shell alias to do that. Named ilyxc - I Love you X code. SPM has its own purging incantations :-( (and it's ok to just nuke the whole DerivedData directory. Xcode aggressively recreates it.