What is the $(inherited) search path setting?
$(inherited)
I\'ve modified the header and library search path settings regarding OpenSSL for iPad and this issue alon
If you go to Target Build Settings, and switch to Level view
You can see the flow of inherited from right to left
inherited
Resolved <- Target <- xcconfig <- Project <- iOS Default
So in inherited in Target means that Target inherits settings from xcconfig and Project