GoogleMobileAds (Admob) framework not detected in Xcode 9 - linker error

无人久伴 提交于 2019-12-07 22:41:09

问题


I got linker error GADInterstitial referenced from. Undifined symbols for architecture arm64

I used latest admob framework GoogleMobileAdsSdkiOS-7.24.0

See attach image. How to fix it for iOS 11 ?


回答1:


Its Xcode 9 Bug. Once you add framework in Xcode side bar, it never auto adds in 'Link Binary with Libraries' section.

Solution is simple. Just drag framework in Xcode Side bar to Link Binary section. See attach image.



来源:https://stackoverflow.com/questions/46338649/googlemobileads-admob-framework-not-detected-in-xcode-9-linker-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!