您的位置:首页 > 移动开发 > IOS开发

XCode-LibrarySearchPath和FramewrokSearchPath

2016-04-15 22:39 519 查看
Search Paths 查询路径

Always Search User Paths --- 是否搜索用户路径

Xcode Header Path的设置 Header Search Paths是一定会去搜索的。

1.UserHeader Search Paths只有在Always Search User Paths为Yes时才会被搜索。

2.Header Search Paths (HEADER_SEARCH_PATHS) ------This is a list of paths to folders to be searched by the compilerfor included or imported header files when compiling C,Objective-C, C++,
or Objective-C++ source files.

3.Library Search Paths (LIBRARY_SEARCH_PATHS) -------This is a list of paths to folders to be searched by the linker forstatic and dynamic libraries used
by the product.

4.Framework Search Paths (FRAMEWORK_SEARCH_PATHS) -------This is a list of paths to folders containing frameworks to besearched by the compiler for both
included or imported header fileswhen compiling C, Objective-C, C++, or Objective-C++, and by thelinker for frameworks used by the product.

5.Rez Search Paths (REZ_SEARCH_PATHS)
----This is a list of paths to search for files included by CarbonResource Manager resources and compiled with the Rez tool.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息