Xcconfig variables doesn't get loaded automatically in project settings

Hi,

I am using xcode build that receive it's configuration using xcconfig files, those add some new definitions to the project, like the location of openssl library.

If xcode environment variable include prefix that matches one of the fields in the project settings, it is automatically referred to as if you added it to that field.

for example : the var HEADER_SEARCH_PATHS_openssl_libopenssl has value (openssl headers' path) that should be automatically added to the field Headers Search Paths under project settings.

For some reason it stopped working for me and i'm not sure why (i've tried to release the xcconfig files). any idea why ?

Thanks !

Xcconfig variables doesn't get loaded automatically in project settings
 
 
Q