【发布时间】:2016-12-14 14:20:49
【问题描述】:
我最近根据本教程实现了 admob(7.9.1 版)奖励视频: https://firebase.google.com/docs/admob/ios/rewarded-video
但我无法使用此功能编译我的应用程序。 我收到此错误:
Undefined symbols for architecture x86_64:
"l_OBJC_PROTOCOL_$_GADRewardBasedVideoAdDelegate", referenced from:
l_OBJC_CLASS_PROTOCOLS_$_ViewController in libFramework.a(ViewController.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我之前实施了横幅广告和插页式广告,效果很好。
有什么建议吗?
【问题讨论】:
标签: ios objective-c admob