我手动执行了here的所有步骤,并使用pods,但我总是遇到类似的问题,错误如下:
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_SFSafariViewController", referenced from:
objc-class-ref in GoogleMobileAds(flat-x86_64)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)我手动添加了所有的框架:
AdSupport.framework
AudioToolbox.framework
AVFoundation.framework
CoreGraphics.framework
CoreTelephony.framework
EventKit.framework
EventKitUI.framework
MessageUI.framework
StoreKit.framework
SystemConfiguration.framework
including safariservices and corebluetooth如何解决此错误?
发布于 2016-07-30 03:50:30
是,当我将XCODE更新到最新版本时解决了问题
https://stackoverflow.com/questions/38661513
复制相似问题