I'm trying to use the DocuSign Framework for objective C projects (https://github.com/jazzdev/DocuSign-iOS-Sample-App) with my project in XCode 5.
In the DocuSign project instruccions says the following:
- In the Linking section add -lxml2 to Other Linker Flags property
- In the LLVM GCC Language section add -I/usr/include/libxml2 to the Other C Flags property
I try to follow this instruccions but I obtain an error when I run the project: "Lexical or Preprocessor Issue 'libxml2/tree.h' file not found"
I tryed a lot of things and following a lot of stackoverflow questions but my problem is still the same. For example:
iPhone libxml2 not found during build