Re: Specifying build location
Re: Specifying build location
- Subject: Re: Specifying build location
- From: Matt Gillette <email@hidden>
- Date: Thu, 23 Sep 2004 13:52:46 -0700
Hi,
I now have more of a philosophical question. Should I take chris' advice and use xcodebuild install or should I instead redefine SYMROOT as Mike suggested? I'm a little confused by why it's called install - since I'm not installing (although you could argue about the definition of install). Is there any difference between the two methods (assume I set SYMROOT in my call to xcodebuild).
Thanks,
Matt
BTW I made a radar asking to make it clear that the build location in the project is per user.
rdar:// 3813385
On Sep 22, 2004, at 1:07 PM, Chris Hanson wrote:
On Sep 22, 2004, at 11:03 AM, Matt Gillette wrote:
Is there a way to specify a build location for an individual project? I want to set the build location for a deployment build for one project. This setting must be stored in the project, and not be based on user. It seems like the option in the project setting should be per project, not per user as it is.
I think your best bet is to learn the ins and outs of the xcodebuild command-line tool, and to set up a simple script that uses it to produce a release.
This way you're not mandating anything about how developers set up their systems (except perhaps - if you have multiple interacting/dependent projects - that they build all projects to some common directory of their choosing), and you have some very simple information to communicate to whoever does your builds.
Check out the xcodebuild(1) man page for more details. In particular, check out the "install" buildaction and the DSTROOT setting.
-- 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