GData iPhone存档错误

AFM*_*AFM 5 xcode gdata ios

按照这里的说明:http ://hoishing.wordpress.com/2011/08/23/gdata-objective-c-client-setup-in-xcode-4/
我将GData添加到我的iOS 5项目中.在归档项目时,我收到以下错误:

Undefined symbols for architecture armv7:
  "_OBJC_CLASS_$_GDataServiceGoogleYouTube", referenced from:
      objc-class-ref in DataManager.o
  "_OBJC_CLASS_$_GDataEntryYouTubeVideo", referenced from:
      objc-class-ref in DataManager.o
      objc-class-ref in ListController.o
      objc-class-ref in ShareController.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Run Code Online (Sandbox Code Playgroud)

我已经检查了GData.xcodeproj - > GDataTouchStaticLib的构建设置,这就是我将它们设置为如图所示:) 在此输入图像描述

感谢任何帮助,以帮助我的项目存档.

Bot*_*Bot 0

您还没有正确链接库。在添加库路径时,请确保仔细遵循说明。有关详细信息,请参阅架构 armv7 的未定义符号。