The error in the screenshot is that the system's Security.framework framework is not linked to the application, but the GData OAuth sign-in controller (which requires Security.framework) is linked into the app.
Either add Security.framework to your application target, or remove the OAuth source files. This is mentioned at https://github.com/google/gdata-objectivec-client/wiki/BuildingTheLibrary