xcodebuild and Deployment builds
xcodebuild and Deployment builds
- Subject: xcodebuild and Deployment builds
- From: Mel Walker <email@hidden>
- Date: Mon, 15 Dec 2003 16:05:56 -0700
In our automated build system, we just updated all our projects to use
xcodebuild instead of pbxbuild when updating to 10.3, and we've run
into a problem that I hope somebody has seen -- we just can't seem to
build a deployment, just development.
Our command line looks like this:
xcodebuild -project XYZ.pbproj -target XYZ_TARGET -buildstyle Deployment
The problem is that we always get the Development buildstyle, probably
because that's first in the list. We can't replicate this problem with
brand-new under-XCode-created projects, just legacy PB ones.
Q: Are we going to have to create new XCode projects from scratch, and
add the files into them? 'cause that's a royal pain. :-(
Q: Is there ANY argument we can pass to fix this in the xcodebuild
command line?
Q: Is there any other way to solve this?
I'm going to file a bug on this, unless the answer here is something
that indicates I misread the docs.
--
Mel Walker <email@hidden>
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.