Re: Time Machine backs up my Xcode 3.2 build folders
Re: Time Machine backs up my Xcode 3.2 build folders
- Subject: Re: Time Machine backs up my Xcode 3.2 build folders
- From: David Gimeno Gost <email@hidden>
- Date: Thu, 8 Oct 2009 19:14:16 +0200
OK. I think I found it.
I created a new test Cocoa Application project, left it at its default
settings, and Time Machine didn't back up the build folder.
Then, I changed the "Project Info > General > Place Build Products In"
setting to "../build" (which is how the other project was configured),
told Time Machine to "Back Up Now", and the build folder was backed up
like any other folder.
The extended attributes of the build folders are exactly the same in
both cases:
[iMac-Core2Duo:~]$ ls -ld@ /Users/David/Test/build
drwxr-xr-x@ 4 David David 136 Oct 8 17:55 /Users/David/Test/build/
com.apple.XcodeGenerated 3
[iMac-Core2Duo:~]$ ls -ld@ /Users/David/build
drwxr-xr-x@ 4 David David 136 Oct 8 18:36 /Users/David/build/
com.apple.XcodeGenerated 3
Looks like an easily reproducible bug, at least on my system. Does it
make sense?
rdar://problem/7287003
_______________________________________________
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