问题
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