> I realize there's a whole lot that I do not know about Xcode. How do I
> change build styles and/or the new build configurations. I have no clue
> where/how they are set. I did go to the documention as someone
> suggested, but I must be overlooking something.
You can change the build settings in 2 places:
- for the whole project: click on the (top, blue) project icon, press
command-i, choose build
- for each target: click on the target, press command-i, choose build
In your situation (styles), any project wide build setting you change
overrides the corresponding setting for all targets.
In any event, I would advise upgrading to Xcode 2.2; it's better, it
adds support for universal binaries, and it's free.
patrick
Lou Pecora - 30 Apr 2006 15:54 GMT
> You can change the build settings in 2 places:
>
[quoted text clipped - 4 lines]
> In your situation (styles), any project wide build setting you change
> overrides the corresponding setting for all targets.
Thanks.
> In any event, I would advise upgrading to Xcode 2.2; it's better, it
> adds support for universal binaries, and it's free.
Yes, this is probably a good idea. Thanks.
-- Lou Pecora (my views are my own) REMOVE THIS to email me.