在 IOS6 SDK 上编译最新版本的 admob 时不断收到错误消息

Keep getting error messages when compiling newest version of admob on IOS6 SDK(在 IOS6 SDK 上编译最新版本的 admob 时不断收到错误消息)
本文介绍了在 IOS6 SDK 上编译最新版本的 admob 时不断收到错误消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经下载了最新版本的 googles admob sdk.但是现在我在使用最新的 sdk 编译 xcode 4.5 时不断收到以下错误.

I've downloaded the newest version of googles admob sdk. But now I keep getting the following error when compiling in xcode 4.5 with the latest sdk.

Undefined symbols for architecture i386:
  "_OBJC_CLASS_$_ASIdentifierManager", referenced from:
      objc-class-ref in libGoogleAdMobAds.a(GADIdentifierUtilities.o)
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

知道什么地方出了问题吗?

Any idea on what could be wrong?

推荐答案

你可能没有添加 AdSupport.framework.还记得删除 -all_load 链接器标志.

You probably didn't add AdSupport.framework. Also remember to remove -all_load linker flag.

这篇关于在 IOS6 SDK 上编译最新版本的 admob 时不断收到错误消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Why local notification is not firing for UNCalendarNotificationTrigger(为什么没有为UNCalendarNotificationTrigger触发本地通知)
iOS VoiceOver functionality changes with Bundle Identifier(IOS画外音功能随捆绑包标识符而变化)
tabbar middle tab out of tabbar corner(选项卡栏中间的选项卡角外)
Pushing UIViewController above UITabBar(将UIView控制器推送到UITabBar上方)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Get an event when UIBarButtonItem menu is displayed(显示UIBarButtonItem菜单时获取事件)