Hello I tried to follow this tutorial
http://code.google.com/p/gdata-objectivec-client/wiki/BuildingTheLibrary
to build and use the library in an iPhone app, but when using the
library from another project it gives me errors in the Gdata project
in GDataXMLNode.h saying that it cannot find libxml. I tried adding /
usr/include/libxml2 to the header search paths for the
GDataTouchStaticlib and adding -lxml2 to the other linker flags but it
didn't help. All I was trying to do was to make a test project that
uses this library by doing #import "GDataCalendar.h". I must also
mention that I had trouble finding the headers and modified the "Copy
Static Library Headers" build phase and replaced the path with an
absolute one otherwise I couldn't find the headers. My final goal is
to have an app that has a button that allows the user to login with
his google account, I have one already for facebook. Any help is
appreciated.