What is the $(inherited) search path setting?
I\'ve modified the header and library search path settings regarding OpenSSL for iPad and this issue alon
I'm looking for a documentation, too. But I made the experience, that $(inherited) can be used to inherit build settings from the project level to the target level. When you define library or header search paths at the project level you can use $(inherited) in the target build settings to use these search paths in the search paths of the project targets.