Re: Appending value in xcconfig file
Re: Appending value in xcconfig file
- Subject: Re: Appending value in xcconfig file
- From: Chris Espinosa <email@hidden>
- Date: Fri, 16 Apr 2010 13:48:28 -0700
On Apr 16, 2010, at 1:44 PM, Dmitry Nezhevenko wrote:
> And both "master" and "somelib" files contains FRAMEWORK_SEARCH_PATHS
> definition. I thought that xcode can handle this, but I was wrong.
Correct, Xcode does not handle reprocessing evaluations after an #include. It just concatenates all the files together and processes them once, and multiple definitions of build settings are not allowed in #xcconfig files.
In this case the chained-definition scenario might work for you.
Chris _______________________________________________
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