> > Now i'm trying to do a static library with a public header that i can use >> in my iOS project. >> > remark we do not currently have a release and no public header file, that > is one of the key issues we are working on in trunk. > running the command below you can get the information
xml2-config --cflags --libs In my system returns -I/Applications/Xcode5.1.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -lxml2 franz