Re: Project build locations not sticking across users
Re: Project build locations not sticking across users
- Subject: Re: Project build locations not sticking across users
- From: Dave Dribin <email@hidden>
- Date: Wed, 25 Oct 2006 08:13:47 -0500
On Oct 24, 2006, at 10:43 PM, Matt Ronge wrote:
Why is it that project build location is stored on a per user
basis? How can I set the build location such that it will hold
across users?
You could try using an Xcode configuration file, e.g.
build.xcconfig. I tried it, and it does seem to override the project
setting:
OBJROOT=/tmp/build
SYMROOT=${OBJROOT}
You'll probably have to get creative so the same directory is used,
but it seems doable.
<http://developer.apple.com/documentation/DeveloperTools/
Conceptual/XcodeUserGuide/Contents/Resources/en.lproj/
05_05_build_configs/chapter_33_section_6.html>
-Dave
_______________________________________________
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