iPhone libxml2 undefined symbols (with gdata, kissxml, touchxml, etc.) iPhone libxml2 undefined symbols (with gdata, kissxml, touchxml, etc.) ios ios

iPhone libxml2 undefined symbols (with gdata, kissxml, touchxml, etc.)


I had this same problem. It went away when I linked the binary with the library.

Go to Target -> Build Phases -> Link Binary with Library, click the plus sign and add "libxml2.dylib"

enter image description here