Has anyone gotten the GTM Oauth 1.0 library to run with TripIt, using ARC instead of manual memory management? If I simply remove calls to autorelease, retain, and release, I get a crash in "requestFetcher:(GTMHTTPFetcher )fetcher finishedWithData:(NSData )data error:(NSError *)error".
To answer my own question, I discovered that the use of NSInvocation in the Google OAuth Toolkit library was causing objects to be released prematurely.
Has anyone gotten the GTM Oauth 1.0 library to run with TripIt, using ARC instead of manual memory management? If I simply remove calls to autorelease, retain, and release, I get a crash in "requestFetcher:(GTMHTTPFetcher )fetcher finishedWithData:(NSData )data error:(NSError *)error".