XCode 相对目录

来源:互联网 发布:sqlserver无法新建表 编辑:程序博客网 时间:2024/04/30 11:33

All paths in Build Settings are assumed relative to the directory that contains the .xcodeproj file. Use the standard Unix path tokens

.   project directory..  parent directory

So if your project file is trunk/Mac/proj.xcodeproj, and your headers are in trunk/Headers/foo.h, you would add ../Headers to your Header Search Paths.

原创粉丝点击