I'm using xmmp library in a project .When i am adding library folder in my project then i got this error xmpp 'libxml/xmlversion.h' file not found
after at Google i get this solution Goto Projects -> Build Settings and add “$SDKROOT/usr/include/libxml2
” to Header search path it's work perfectly .But now new problem is arise . New three errors append . List are bellow :
ld: warning: directory not found for option '-L/Users/Mac-Devs/Documents/Ferrakkem/DivineIosDialer/../../g729'
Undefined symbols for architecture x86_64:
"_dns_free_resource_record", referenced from:
-[XMPPSRVResolver processRecord:length:] in XMPPSRVResolver.o
"_dns_parse_resource_record", referenced from:
-[XMPPSRVResolver processRecord:length:] in XMPPSRVResolver.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)