Re(4): renamed upgraded plist file, now can't compile
Re(4): renamed upgraded plist file, now can't compile
- Subject: Re(4): renamed upgraded plist file, now can't compile
- From: "Ryan Poling" <email@hidden>
- Date: Mon, 11 Dec 2006 13:26:25 -0800
Thanks for the nice explanation! Perhaps I'll start having to peruse the
XCode user's mailing list.
-Ryan
Ryan Poling
On Sunday, December 10, 2006 at 14:49 , Chris Hanson email@hidden said:
>On Dec 10, 2006, at 1:12 PM, Ryan Poling wrote:
>
>> I always seem to get confused by how
>> there are project global build settings and target specific settings
>> since I usually only have one target and I was looking at the wrong
>> one
>> this time.
>
>Xcode has build settings at multiple levels in the same way that a
>language like Objective-C has multiple variable scopes, or class
>inheritance. You can set a build setting in an outer scope and have
>its value used in all inner scopes. In other words, you can configure
>project-wide build settings and these will apply to all targets in
>your project, and you can override a project-wide build setting in a
>particular target where necessary.
>
>Let's say, for example, that you have a number of targets in your
>project and you want to be able to use modern Objective-C exception
>syntax. Instead of setting this once per target, you can just turn it
>on for your entire project.
>
>Further discussion of Xcode's build settings and overall project model
>should be taken to xcode-users.
>
> -- Chris
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden