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 ??