moshangchen / gdata-objectivec-client

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

Cannot compile! GTMHTTPFetcherLogging: Category is implementing a method which will also be implemented by its primary class #137

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Update iPad to iOS 5.1
2. Install Xcode 4.3 
3. Build project --> 9 ERRORS in GTMHTTPFetcherLogging.m (i.e. methods 
inputStream:, fileOrDirExistsAtPath:)

What is the expected output? What do you see instead?
Project should be compiled. Unfortunately, 9 errors in GTMHTTPFetcherLogging.m 
so that I cannot compile the entire project

What version of the product are you using? On what operating system?
Release 1.12.1

Please provide any additional information below.
Error output is : "Category is implementing a method which will also be 
implemented by its primary class"

Original issue reported on code.google.com by hiroyuki...@googlemail.com on 9 Apr 2012 at 9:21

GoogleCodeExporter commented 9 years ago
Seems like the problem is somehow solved with the April-version cuz I can 
compile now :-) 

Original comment by hiroyuki...@googlemail.com on 10 Apr 2012 at 8:04