I am having trouble linking KissXML to my iOS project. I've added the path "/usr/lib/libxml2" to "Header Search Path" and "-lxml2" to "Other Linker Flags". But I get this error when building my project:
Undefined symbols: "_OBJC_CLASS_$_DDXMLDocument",
referenced from: objc-class-ref-to-DDXMLDocument in RSSParser.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
What am I doing wrong?