我在项目中有一个静态库。我已header search path
正确设置指向库目录recursively
。有人可以告诉我为什么从终端使用 buling 项目时会出现以下错误xcodebuild
吗?
admin$ xcodebuild install DSTROOT=. INSTALL_PATH=/bin /Users/admin/iNewsArticle.h:11:9: fatal error: 'XPathQuery/TFHpple.h' file not found #import <XPathQuery/TFHpple.h> ^ 1 error generated.
[编辑]
如果您收到此错误;请参阅我的其他相关帖子 - iOS:带有 xcodebuild 的绝对项目路径以获取解决方案。