Re: command line ignores buildstyle argument
Re: command line ignores buildstyle argument
- Subject: Re: command line ignores buildstyle argument
- From: Tim Gogolin <email@hidden>
- Date: Thu, 13 Nov 2003 07:26:57 -0600
For what its worth, I've noticed this same bug. I attempted to work
around it by driving Xcode via AppleScript. There appears to be
sufficient AppleScript support in Xcode to build a project using a
given buildstyle name. Even though the script executes without errors,
the built application is always built with the build style that was
active in the project. So AppleScripting Xcode has the same bug. Maybe
its the same bug under the covers.
--
Tim Gogolin
On Nov 13, 2003, at 5:00 AM, Jeff Schneiderman wrote:
I'm attempting to do my deployment builds using the command line build
utility, xcodebuild.
The build works fine. However, it always takes the active build style
in the project file even if I specify on the command line that it
should use a different build style.
For instance, I try the following command line:
xcodebuild -buildstyle Deployment
If the Development style is the active style, it builds a Development
build and simply ignores the buildstyle argument that was set to
Deployment. I've even tried this on a fresh new project and I get the
same results. Is this a bug or am I doing something wrong?
Jeff Schneiderman
_______________________________________________
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.
_______________________________________________
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.