【发布时间】:2021-05-03 19:15:28
【问题描述】:
我正在将 admob 添加到我的项目中,但出现此错误:
架构 i386 的未定义符号:
"_OBJC_CLASS_$_EKEvent", referenced from:
objc-class-ref in libGoogleAdMobAds.a(GADOpener.o)
"_OBJC_CLASS_$_EKEventEditViewController", referenced from:
objc-class-ref in libGoogleAdMobAds.a(GADOpener.o)
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我已添加:
StoreKit
AudioToolbox
MessageUI
SystemConfiguration
CoreGraphics
AdSupport
并且还使用 -ObjC 链接标志..
有什么问题?
谢谢!
【问题讨论】:
标签: objective-c xcode admob