I have a static library in the project. I have setup header search path
correctly to point library directory recursively
. Could someone please tell me why is following error while buling project from terminal using 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.
[EDIT]
If you getting this error; see my other related post - iOS: Absolute project path with xcodebuild for solution.