要通过管道上传视频我按照此链接中所述的步骤http://hoishing.wordpress.com/2011/08/23/gdata-objective-c-client-setup-in-xcode-4/
整合GData项目完成所有步骤后,我收到错误
"_OBJC_CLASS_$_GDataEntryYouTubeUpload", referenced from:
objc-class-ref in LibraryViewController.o
"_OBJC_CLASS_$_GDataMediaCategory", referenced from:
objc-class-ref in LibraryViewController.o
"_OBJC_CLASS_$_GDataMediaDescription", referenced from:
objc-class-ref in LibraryViewController.o
"_OBJC_CLASS_$_GDataMediaKeywords", referenced from:
objc-class-ref in LibraryViewController.o
"_OBJC_CLASS_$_GDataMediaTitle", referenced from:
objc-class-ref in LibraryViewController.o
"_OBJC_CLASS_$_GDataServiceGoogleYouTube", referenced from:
objc-class-ref in LibraryViewController.o
我该如何解决这些问题? 感谢。
答案 0 :(得分:0)
您将获得以下错误:
1)您的实现文件或nib文件未添加到目标中。要么 2)缺少任何框架。
对于第一个,您检查文件LibraryViewController的构建阶段。 对于第二个,请浏览GData的readMe文件或GData中的任何头文件,详细信息将会给出。