trungtoanit / gdata-objectivec-client

Automatically exported from code.google.com/p/gdata-objectivec-client
0 stars 0 forks source link

GDataHTTPFetcher method connection:didFailWithError missing in header #96

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Trying to use the GData API with Xcode 4.2

What is the expected output? What do you see instead?
I expected the code to run (it did on Xcode 4.1), instead I got the error 
"GDataHTTPFetcher might not respond to method connection:didFailWithError:".

Please use labels and text to provide additional information.
This method does not seem to be defined in the GDataHTTPFetcher header, adding 
it to the header solves the problem.

  - Timo

Original issue reported on code.google.com by timov...@gmail.com on 7 Jun 2011 at 7:26

GoogleCodeExporter commented 9 years ago
GDataHTTPFetcher has been deprecated. The top-of-trunk sources use 
GTMHTTPFetcher.

Original comment by grobb...@google.com on 8 Jun 2011 at 4:57