command line ignores buildstyle argument
command line ignores buildstyle argument
- Subject: command line ignores buildstyle argument
- From: Jeff Schneiderman <email@hidden>
- Date: Thu, 13 Nov 2003 13:00:51 +0200
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.