Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
Added frameworks Security and SystemConfiguration.
Original comment by jonathan...@gmail.com
on 18 May 2010 at 10:34
NSStreamDelegate builds should work now with the top-of-trunk library sources
from svn.
Security.framework and SystemConfiguration.framework are now mentioned in the
OAuthSignInController wiki
page. They are not required for building the library without the OAuth code; be
sure
GDATA_REQUIRE_SERVICE_INCLUDES is defined for your debug and release targets.
Original comment by gregrobbins
on 18 May 2010 at 11:13
[deleted comment]
Just installed xCode 3.2.3 and set the base SDK to 4.0
I am getting the above message: class 'GDataGatherInputStream' does not
implement the
'NSStreamDelegate' protocol
But as a warning and not an error. I added the SystemConfiguration.framework
and Security.framework but that didn't fix the warning...
Any suggestions please?
Original comment by yoa...@gmail.com
on 24 Jul 2010 at 12:38
NSStreamDelegate builds should work now with the top-of-trunk library sources
from svn.
Original comment by gregrobbins
on 24 Jul 2010 at 11:35
Hi Greg,
It might be a novice question... but I don't really understand what means
"top-of-trunk library sources from svn" ?
I am using latest sources of "gdata-objectivec-client" version 1.10.0 updated
Mar 31 taken from
http://code.google.com/p/gdata-objectivec-client/downloads/list
Isn't this the latest source?
Original comment by yoa...@gmail.com
on 25 Jul 2010 at 7:29
"top-of-trunk" means using the latest version of the library, checked out from
the trunk of the source repository. The command for checking out the latest
project sources is shown on this page,
http://code.google.com/p/gdata-objectivec-client/source/checkout
Original comment by gregrobbins
on 25 Jul 2010 at 4:44
Greg,
I pulled the top-of-trunk.
After I build an test with my sample iPhone app, I get the following error:
GDataYouTubeRating.h: No such file or directory
In the header directory I see a GDataEntryYoutubeRating.h but no
GDataYouTubeRating.h.
What did I do wrong?
Best Regards, Somnath
Original comment by sbanerje...@gmail.com
on 5 Sep 2010 at 10:32
I am getting the above message: class 'GDataGatherInputStream' does not
implement the
'NSStreamDelegate' protocol
--> Open the GDataGatherInputStream.h file and hardcode the protocol by hand,
the upper code with define things is flanky ...
Original comment by cybercow...@gmail.com
on 5 Dec 2010 at 7:30
Original issue reported on code.google.com by
jonathan...@gmail.com
on 18 May 2010 at 2:54