Xcode 9.2 中缺少标题搜索路径、库路径和链接路径部分

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/48117109/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 10:30:50  来源:igfitidea点击:

Header Search Path,Library path and Linking path section is missing in Xcode 9.2

xcodeswift4

提问by Khawar Islam

Like to add third-party library path in the setting panel of my project but the problem is there is no Header Search Path, Library path, and Linking path section.Missing the Header search paths section

想在我项目的设置面板中添加第三方库路径但是问题是没有Header Search Path, Library path, and Linking path section.Missing the Header search paths section

I am using Xcode 9.2 and Swift 4 enter image description here

我正在使用 Xcode 9.2 和 Swift 4 在此处输入图片说明

Search Path Section is missing

搜索路径部分丢失

回答by Khawar Islam

Click on Alland Combinedbutton. You see the header search Path.

单击全部组合按钮。您会看到标题搜索路径。

enter image description here

在此处输入图片说明