Re: Errors linking to stdarg.h and float.h
Re: Errors linking to stdarg.h and float.h
- Subject: Re: Errors linking to stdarg.h and float.h
- From: Jens Alfke <email@hidden>
- Date: Mon, 21 Jun 2010 20:49:54 -0700
On Jun 21, 2010, at 7:24 PM, William DeShazer wrote:
> All that said, do you know why there would be a disconnect between the
> build settings of the Project and the build settings of the Target?
That’s intentional. Build settings specified in a target override those specified for the project. This allows you to have some shared settings for the project, but others that are specific to a target. There are also different configurations like debug/release that can have different settings.
Also, cleaning a target has nothing to do with build settings. It merely deletes all the compiled and preprocessed code, so that everything gets built from scratch the next time.
It really sounds like you ought to read the docs about how build setting work in Xcode, because I’m sure that’s at the root of your confusion.
—Jens _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden