I'm trying to add the Ensembles 2 framework to my iOS project (switching from the open source Ensembles 1, v2 is not open source so I don't have access to the code or cocoa pod anymore).
I think I followed the install instructions to the point:
XCode copies the framework to $(PROJECT_DIR) which is also set in Framework Search Paths (among other dirs). It seems to be unable to find <Ensembles/Ensembles.h>
though, no matter what I try. I searched similar questions on SO and elsewhere and tried various combinations of Framework Search Path settings and Header Search Path settings but have had no success so far. Specifically I tried
"$(SRCROOT)/Frameworks
to Framework Search Paths and Header Search Paths (both recursive and non-recursive)"$(SRCROOT)/Frameworks/Ensembles/Headers"
to Header Search PathsThis is getting frustrating. Any other ideas? I'm using XCode 7.2.1 btw.
答案 0 :(得分:0)
好吧,这似乎是一个XCode问题,可能是一些缓存的中间文件或其他东西。解决我