在xcode中,如何使用尖括号导入指定的搜索路径?

时间:2015-10-28 09:55:18

标签: ios xcode build-settings

我在我的项目&#34;第三方&#34;中添加了一些第三方源文件。文件夹,并将该文件夹拖入我的项目。在xcode构建设置中,我将Header search paths指定为&#34; $(SRCROOT)/第三方/&#34;。但是xcode仍然不知道#import <pop/POPAnimatableProperty.h>文件的位置,但它只是在Third party/pop/文件夹中。如果我将其导入为#import "POPAnimatableProperty.h"#import <../pop/POPAnimatableProperty.h>,则可以找到该文件 手动更改所有导入是不可能的,那么如何解决这个问题呢?

提前致谢!

0 个答案:

没有答案