Adding Packages for Google Mobile Ads support in Xamarin.iOS Causes Linking Errors

家住魔仙堡 提交于 2020-05-16 06:34:11

问题


I am adding Google Mobile Ads support to a Xamarin.iOS app. I added the following packages (Essentials was already present and building fine). MobileAds requires the Firebase Core and Xamarin.Build.Download packages.

When I build my project I get a number of linking errors such as

...Error MT5210: Native linking failed, undefined symbol: _GULIsLoggableLevel. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in. (MT5210) (iPhoneSkeleton)

Any specific ideas on where to get the package/library/reference to resolve this specific error?


回答1:


As @BillNeedels mentioned, he was able to fix this by simply doing a Clean All and then deleting all the bin and obj folders, as was mentioned here and it started working in the subsequent build!



来源:https://stackoverflow.com/questions/61410214/adding-packages-for-google-mobile-ads-support-in-xamarin-ios-causes-linking-erro

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