P Joshi
unread,Jul 21, 2012, 1:02:09 AM7/21/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I want to dynamically set the build settings, specifically the header search paths, for a target. I intend to do so by adding a target which generates an xcconfig file that includes the search paths. I run this target first, followed by the target that actually uses the search paths and tries to obtain the by referencing the xcconfig file. This approach is not working. The xcconfig file is generated, but the build settings are not reloaded. Is this expected? Is it even possible to achieve what I am trying to do?
Thanks,
Pankaj