Objective-C Error with #include <libxml / tree.h>

I am trying to configure the touchxml library and get the libxml / tree.h error without such a file or directory. I added linker flags and header search paths as follows: / USR / include / libxml2 and linker flag -lxml2

I looked through all the documentation but did not go. Can someone help me with this?

thank

+5
source share
1 answer

Ok, I got it to work. I put / usr / include / libxml 2 in the user header search path instead of the header search path.

+6
source

All Articles