Over the weekend I upgraded my version of xcode to the newest version, and the latest SDK (iOS 6.0). This morning when I went into it to take a look at how our app had faired in the transition, I noticed something strange. I get errors such as:
uknown type 'GDataOAuthentication'
for
@property (nonatomic, retain, readonly) GDataOAuthAuthentication *authentication;
in GDataOAuthViewControllerTouch.h
This was working just fine under the last version. Any ideas as to what needs to be changed?