当前位置:   article > 正文

AdMob接入踩坑记_谷歌admob有哪些坑

谷歌admob有哪些坑

转载自: http://blog.csdn.net/d744784681/article/details/60574700

首先列出参考文档:admob官方参考链接

我是cocos2d-x v3.9的工程,在按照官方文档接入之后,出现一堆编译错误例如:

[plain]  view plain  copy
  1. Undefined symbols for architecture arm64:  
  2.   "_OBJC_CLASS_$_GLKView", referenced from:  
  3.       objc-class-ref in GoogleMobileAds(flat-arm64)  
  4.   "_CVOpenGLESTextureCacheCreateTextureFromImage", referenced from:  
  5.       l2673 in GoogleMobileAds(flat-arm64)  
  6.   "_CVOpenGLESTextureGetName", referenced from:  
  7.       l2673 in GoogleMobileAds(flat-arm64)  
  8.   "_kUTTagClassMIMEType", referenced from:  
  9.       l2987 in GoogleMobileAds(flat-arm64)  
  10.   "_CVOpenGLESTextureCacheCreate", referenced from:  
  11.       l2672 in GoogleMobileAds(flat-arm64)  
  12.   "_CVPixelBufferGetHeight", referenced from:  
  13.       l2670 in GoogleMobileAds(flat-arm64)  
  14.   "_CVOpenGLESTextureCacheFlush", referenced from:  
  15.       l2671 in GoogleMobileAds(flat-arm64)  
  16.   "_CVBufferGetAttachment", referenced from:  
  17.       l2670 in GoogleMobileAds(flat-arm64)  
  18.   "_UTTypeCreatePreferredIdentifierForTag", referenced from:  
  19.       l2987 in GoogleMobileAds(flat-arm64)  
  20.   "_CVPixelBufferGetWidth", referenced from:  
  21.       l2670 in GoogleMobileAds(flat-arm64)  
  22.   "_kCVImageBufferYCbCrMatrixKey", referenced from:  
  23.       l2670 in GoogleMobileAds(flat-arm64)  
  24.   "_CVOpenGLESTextureGetTarget", referenced from:  
  25.       l2673 in GoogleMobileAds(flat-arm64)  
  26.   "_kCVPixelBufferPixelFormatTypeKey", referenced from:  
  27.       l090 in GoogleMobileAds(flat-arm64)  
  28.   "_kCVImageBufferYCbCrMatrix_ITU_R_601_4", referenced from:  
  29.       l2670 in GoogleMobileAds(flat-arm64)  
  30.   "_GLKMatrix4Identity", referenced from:  
  31.       l2664 in GoogleMobileAds(flat-arm64)  
  32.       l2675 in GoogleMobileAds(flat-arm64)  
  33. ld: symbol(s) not found for architecture arm64  
  34. clang: error: linker command failed with exit code 1 (use -v to see invocation)  

请参见这篇文章的对照表,加入相应的系统框架:参考文章


framework名 缺少框架会报的错
GLKit.framework _OBJC_CLASS_$_GLKView
_GLKMatrix4Identity
MobileCoreServices.framework _kUTTagClassMIMEType
_UTTypeCreatePreferredIdentifierForTag
CoreVideo.framework _CVOpenGLESTextureCacheCreateTextureFromImage
_CVOpenGLESTextureGetName
_CVOpenGLESTextureCacheCreate
_CVOpenGLESTextureCacheFlush
_CVPixelBufferGetWidth
_CVOpenGLESTextureGetTarget
_kCVPixelBufferPixelFormatTypeKey
_kCVImageBufferYCbCrMatrix_ITU_R_601_4
_CVPixelBufferGetHeight
_CVBufferGetAttachment
_kCVImageBufferYCbCrMatrixKey
StoreKit.framework _OBJC_CLASS_$_SKProductsRequest
_OBJC_CLASS_$_SKMutablePayment
_OBJC_CLASS_$_SKPaymentQueue
_OBJC_CLASS_$_SKStoreProductViewController
_SKStoreProductParameterITunesItemIdentifier
MediaPlayer.framework _MPMoviePlayerPlaybackDidFinishNotification
_MPMoviePlayerPlaybackStateDidChangeNotification
_OBJC_CLASS_$_MPMoviePlayerController
_OBJC_CLASS_$_MPVolumeView
SafariServices.framework _OBJC_CLASS_$_SFSafariViewController
AdSupport.framework _OBJC_CLASS_$_ASIdentifierManager
CoreMotion.framework _OBJC_CLASS_$_CMMotionManager
CoreTelephony.framework _CTRadioAccessTechnologyDidChangeNotification
_OBJC_CLASS_$_CTTelephonyNetworkInfo
MessageUI.framework _OBJC_CLASS_$_MFMailComposeViewController
_OBJC_CLASS_$_MFMessageComposeViewController
CoreText.framework _CTFramesetterCreateWithAttributedString
_CTFramesetterSuggestFrameSizeWithConstraints
GameKit.framework _OBJC_CLASS_$_GKAchievement
_OBJC_CLASS_$_GKScore
_OBJC_CLASS_$_GKGameCenterViewController
_OBJC_CLASS_$_GKLocalPlayer
SystemConfiguration.framework _SCNetworkReachabilityCreateWithAddress
_SCNetworkReachabilityGetFlags
_SCNetworkReachabilityCreateWithName
_SCNetworkReachabilitySetDispatchQueue
_SCNetworkReachabilitySetCallback
Security.framework _SecCertificateCreateWithData
_SecTrustCopyExceptions
_SecTrustEvaluate
_SecTrustSetAnchorCertificates
_SecTrustSetExceptions
CoreMedia.framework _CMTimeGetSeconds
_CMTimeMakeWithSeconds
_CMTimeMake
_kCMTimeZero
OpenGLES.framework _OBJC_CLASS_$_EAGLContext
_glActiveTexture
 
CFNetwork.framework _CFHostCreateWithName
_CFHostStartInfoResolution
_CFHostGetAddressing
一般国外的sdk文档都一个尿性,文档及其简单。

在接入admob插屏广告的时候,我就遇到上面的一类问题,然后就OK了


声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/2023面试高手/article/detail/198699
推荐阅读
相关标签
  

闽ICP备14008679号