Re: Xcode 3.1: How to delete caches via CLI?
Re: Xcode 3.1: How to delete caches via CLI?
- Subject: Re: Xcode 3.1: How to delete caches via CLI?
- From: Chris Espinosa <email@hidden>
- Date: Sat, 12 Jul 2008 11:55:14 -0700
On Jul 12, 2008, at 11:07 AM, Philip Aker <email@hidden> wrote:
On 08-07-12, at 10:53, lbland wrote:
So, is:
rm -rf "$TMPDIR/../-Caches-/com.apple.Xcode.$UID"
the "official" answer?
... or perhaps "rm -rf" is not the "official" way anymore and the
"official" way is more like:
xcodebuild -delete_cache
or something like that. I'm trying to find the "right" answer, not
something homemade.
I think this might be available:
${SHARED_PRECOMPS_DIR}
Xcode build settings are not environment variables and aren't
available at the command line.
There isn't currently a command-line tool to clear the caches, though
we have added a menu item in the Xcode menu.
The rm -rf command mentioned earlier should work just fine.
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden