yaniv92648
unread,Apr 1, 2010, 3:59:30 AM4/1/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Data APIs Objective-C Client Library Discussion
Hi,
i defined "header search path" /usr/include/libxml2, and in "other
linker fla gs" -ObjC -lxml2.
i dragged the GData files from YouTubeSample including the
GData.Framework within but it didn't compile so i added the
GData.Framework as a reference and made it "Weak" in Project->Edit
Active Target" on tab General.
i imported:
#import <GData/GData.h>
#import <GData/GDataFeedPhotoAlbum.h>
#import <GData/GDataFeedPhoto.h>
#import <GData/GDataEntryYouTubeUpload.h>
#import <GData/GDataServiceGoogleYouTube.h>
#import <GData/GDataEntryPhotoAlbum.h>
#import <GData/GDataEntryPhoto.h>
in this method: - (GDataServiceGoogleYouTube *)youTubeService, the
following line:
service = [[GDataServiceGoogleYouTube alloc] init];
gives EXC_BAD_ACCESS.
anyone..? i'm kinda desperate about this..
Thanks.