ThoDangVN / gdata-objectivec-client

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

GDataTouchStaticLib not compiled on iOS 5 #140

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a project with GData with XCode, targetting iOS 5 
2. Build the project
3.

What is the expected output? What do you see instead?

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

Please provide any additional information below.
GDataHTTPFetcher.m:  'GDataHTTPFetcher' may not respond to 
'-connection:didFailWithError:'
GDataHTTPFetcher.m: error: Semantic Issue: Instance method 
'-connection:didFailWithError:' not found (return type defaults to 'id')

Original issue reported on code.google.com by venkatku...@gmail.com on 17 May 2012 at 10:50

GoogleCodeExporter commented 9 years ago
You should declare that method in .h file. Once check it.

Original comment by kanna8...@gmail.com on 17 May 2012 at 11:02

GoogleCodeExporter commented 9 years ago
I have the same problem even I have declare that method in .h file. Facing the 
same issue please suggest solution to fix it. 

Original comment by dnyanesh...@gmail.com on 19 Jun 2012 at 9:14

GoogleCodeExporter commented 9 years ago
Are you using a current version of Xcode?

Original comment by g...@coldnose.net on 19 Jun 2012 at 8:05

GoogleCodeExporter commented 9 years ago
I am using Xcode 4.2 

Original comment by dnyanesh...@gmail.com on 19 Jun 2012 at 8:14

GoogleCodeExporter commented 9 years ago
The compilers in Xcode 4.3 and later no longer require forward declarations of 
methods.

Original comment by g...@coldnose.net on 19 Jun 2012 at 9:04