天天看點

XCode-LibrarySearchPath和FramewrokSearchPath

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.