Here is the situation I have:
ProjectA - Xcode static library project.
ProjectA contains logical code group ExternLib with file ExternLib.h. ExternLib.h itself is in the folder Classes/lib/ExternLib (relative to ProjectA folder). Within ProjectA, I use ExternLib.h simply as: #import "ExternLib.h". This works fine.
其次,我有B项目。 其中包括项目A作为联系X代码项目。 这一目标已正确地增加。 然而,当我列入项目B的档案,而项目B在建筑项目B后又包括ExternLib.h时,我发现了一个错误,说无法找到档案。
我尝试在头盔搜索道路(所有类型:相对、绝对、再入侵等)上添加一条通往ExternLib.h的道路,但没有结果。 我已经核实,静态图书馆目标有复印机头,档案馆也列入其中。
谁能够说明如何解决这一问题?