Compile time Error libxml2.dylib

95 views Asked by At

I have found following error while compiling my project in xcode 5.

enter image description here

1

There are 1 answers

0
Sport On BEST ANSWER

try this

1-In target Build Settings, Linking -> Other Linker Flags, add -lxml2
2-In target Build Settings, Search Paths -> Header Search Paths, add $(SDKROOT)/usr/include/libxml2
3-In target Build Phases, Link Binary With Libraries, add libxml2.dylib