Re: NOOb Questions : Linker flags stays after project settings edit
Re: NOOb Questions : Linker flags stays after project settings edit
- Subject: Re: NOOb Questions : Linker flags stays after project settings edit
- From: Ken Thomases <email@hidden>
- Date: Sun, 9 May 2010 06:50:08 -0500
On May 9, 2010, at 5:25 AM, Georges-Henry Portefait wrote:
> I had additional linker flags "-ObjC -all_load -json"
>
> Due to problems with the JSON framework, I install it as source inside my project.
> So I had to remove few things form the build settings (path to the framework and the -json linker flags)
>
> I did remove it in all configuration, "clean all", quit Xcode ... but nevertheless I still experience failure on linking stage and in the detail command of the link I can still read the -json.
The two common causes of things like this:
* The build settings can be adjusted at both the project and target level. The target setting, if set, overrides the project, but may incorporate the project settings. In any case, make sure you've made the change at the appropriate level and have not accidentally overridden the desired value at the other level.
* There are typically multiple configurations, which are really separate sets of build settings. Be sure you are making your changes in the appropriate configuration(s). Often, for fundamental build settings, you want to make them to all configurations across the board.
Cheers,
Ken
_______________________________________________
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