博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Difference Search Path
阅读量:6810 次
发布时间:2019-06-26

本文共 866 字,大约阅读时间需要 2 分钟。

1、Framework Search Path

          where to search frameworks (.framework bundles) in addition to system frameworks paths. Not used very much in iOS development, officially there is no developer iOS frameworks.
2、Header Search Path
          where to search for header files (.h files) in addition to system paths. Usually you'll need it if you are using a 3rd party library. Set it to the directory where you have the header files. If you use a directory to include the header (example: #import "mylibrary/component.h") set it to the parent directory.
3、Library Search Path
          where to search for library files in addition to system paths. Xcode will set it automatically if you drag a library (.a files) into the project. To set it manually, use the directory where the library is located.
Notic: $(SRCROOT)指的是 xxx.xcodeproj 对上的一个文件夹

转载于:https://www.cnblogs.com/eileenleung/p/3505114.html

你可能感兴趣的文章
symbolicatecrash App Bug 分析工具
查看>>
深入浅出Hadoop: 高效处理大数据
查看>>
云南满泽生物科技有限公司 满泽玛卡玛咖精片 东革阿里 奶昔
查看>>
转载——yum源的超级简单配置
查看>>
POJ 2135Farm Tour--MCMF
查看>>
【转帖】MATLAB中用FDATool设计滤波器及使用
查看>>
ajax ----进度条的原理
查看>>
每周个人进度总结06
查看>>
ACM-ICPC 2018 徐州赛区网络预赛 J Maze Designer(最大生成树+LCA)
查看>>
为什么要编写轻量级的View Controller??
查看>>
CRC校验
查看>>
ruby array 额
查看>>
关于Quartz 2D绘图的简单使用
查看>>
数组求和
查看>>
T2_两数相加
查看>>
celery
查看>>
【Ajax】后台验证用户输入的验证码是否与随机生成的验证码一直
查看>>
C#Excel上传批量导入sqlserver
查看>>
In App Purchases(IAP 应用程序內购买): 完全攻略
查看>>
常见创建项目编译运行问题汇总
查看>>