Xcode 的搜索路径设置中的 $(inherited) 是什么? [英] What is $(inherited) in Xcode's search path settings?

查看:38
本文介绍了Xcode 的搜索路径设置中的 $(inherited) 是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

什么是$(inherited) 搜索路径设置?

What is the $(inherited) search path setting?

我已经修改了有关 iPad 版 OpenSSL 的标头和库搜索路径设置,这个问题以及给定路径的递归选项是罪魁祸首.

I've modified the header and library search path settings regarding OpenSSL for iPad and this issue along with the recursive option for given path was the main culprit.

当我重新排列搜索路径以首先查看目录,然后查看 $(inherited) 时,iPad 版本正在运行.

When I rearranged my search paths to first look into directories and then into $(inherited), the iPad builds were working.

推荐答案

我也在寻找文档.但是我的经验是,$(inherited) 可用于将构建设置从项目级别继承到目标级别.在项目级别定义库或标头搜索路径时,您可以在目标构建设置中使用 $(inherited) 以在项目目标的搜索路径中使用这些搜索路径.

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.

这篇关于Xcode 的搜索路径设置中的 $(inherited) 是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆