GDataTouchStaticLib not compiled on iOS 5
GoogleCodeExporter opened this issue · 5 comments
GoogleCodeExporter commented
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
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
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
Are you using a current version of Xcode?
Original comment by g...@coldnose.net
on 19 Jun 2012 at 8:05
GoogleCodeExporter commented
I am using Xcode 4.2
Original comment by dnyanesh...@gmail.com
on 19 Jun 2012 at 8:14
GoogleCodeExporter commented
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