What is $(inherited) in Xcode's search path settings?

后端 未结 4 1129
暗喜
暗喜 2020-12-04 21:24

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

4条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-04 21:55

    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.

提交回复
热议问题