I have use the WSDL2ObjC
framework for WSDL Service but it will give me error in WSDL2ObjC
Class:
libxml/tree.h file not found.
I Tried:
- Add the framework
libxml2.dylib
. - Header Search Paths
$SDKROOT/usr/include/libxml2
or/usr/include/libxml2
use both one by one - Add "-lxml2" to the Other Linker Flags property
- Add "-I/usr/include/libxml2" to the Other C Flags property
- Add the
CFNetwork.framework
Set all these Settings, but it did not worked.
Please help me.
Thanks in advance.