0

I'm working with making framwork project in iOS. I want to change whole project to framwork and use it in other application. I make all header files to public, but header file include other header files like this

include "subfolder/ClassName.h"

but if I use it in other application, can't find the "subfolder/ClassName.h" maybe because of that files are in same "/Headers" folder.. How can I make it working ??

4

1 回答 1

1

在项目的构建设置中,在“Header Search Paths”下添加所有头文件的直接路径,并使其递归,以防有任何子文件夹也需要包含。

于 2013-01-29T13:49:14.900 回答