Re: Debug and Release target problems
Re: Debug and Release target problems
- Subject: Re: Debug and Release target problems
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 7 Jul 2004 23:27:48 -0600
On Jul 7, 2004, at 10:49 PM, Ken Turkowski wrote:
The project "wizard" created one target, but I wanted a "debug"
version with no optimization, and a "release" version with all
optimizations on. I duplicated the original target, then changed the
names in the inspector> I can compile and link the second one, but I
cannot run it, because I get the error
In this case you should use build styles to make such modifications to
existing targets rather than duplicating the target. As things are, if
you're using one of the built-in project templates, then you should
already have these build styles; the Development style has optimization
turned off while the Deployment style is optimized for code size.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
S/MIME signature available upon request
"To announce that there must be no criticism of the president, or that
we are to stand by the president, right or wrong, is not only
unpatriotic and servile, but is morally treasonable to the American
public." - Theodore Roosevelt
_______________________________________________
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.