how to set a path variable
I am working on a XCode project, and the header and library search paths are defined as follows : "$(COMMON)/MyLibrary"
"$(COMMON)/OtherLibrary"
Where can I set in XCode the value of the COMMON
variable so that it points to the right folders on my machine ?
can you please try the following step?
Go to Target -> Build Settings -> Add Build Setting (at bottom right)-> Add User-Defined Setting ->Name it COMMON->And add the path for it as value. And check now.
链接地址: http://www.djcxy.com/p/42630.html上一篇: xcode 4.5.2头部搜索路径问题
下一篇: 如何设置路径变量