MTAdmob icon indicating copy to clipboard operation
MTAdmob copied to clipboard

[Xamarin.iOS] Failed to resolve "Google.MobileAds.RewardBasedVideoAdDelegate" reference from "Google.MobileAds

Open banhthanhvi opened this issue 2 years ago • 2 comments

I get this error when build Xamarin.iOS release Failed to resolve "Google.MobileAds.RewardBasedVideoAdDelegate" reference from "Google.MobileAds, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" what am I missing?

I use:

  • MarcTron.Admob 1.6.9
  • Xamarin.Google.iOS.MobileAds 8.13.0
  • iOs 12.4 - 15.2

banhthanhvi avatar Apr 06 '22 08:04 banhthanhvi

Hi,

As written in the readme,

  • Xamarin.Google.iOS.MobileAds 8.13.0

Is not supported yet and for now you need to use the previous version. After you downgrade it, the project will build again.

Cheers, Marco

On Wed, 6 Apr 2022, 09:12 banhthanhvi, @.***> wrote:

I get this error when build Xamarin.iOS release Failed to resolve "Google.MobileAds.RewardBasedVideoAdDelegate" reference from "Google.MobileAds, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" what am I missing?

I use:

  • MarcTron.Admob 1.6.9
  • Xamarin.Google.iOS.MobileAds 8.13.0
  • iOs 12.4 - 15.2

— Reply to this email directly, view it on GitHub https://github.com/marcojak/MTAdmob/issues/103, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUIPIUVSI7HWJHRGPPAALLVDVBPPANCNFSM5SVF7AJQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

marcojak avatar Apr 06 '22 08:04 marcojak

I tried to downgrade to previous version (7.66) But I get these errors: Severity Code Description Project File Line Suppression State Error Native linking failed, undefined symbol: _AllocateLocallyUniqueId. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in. Error linker command failed with exit code 1 (use -v to see invocation) Severity Code Description Project File Line Suppression State Error Native linking failed, undefined symbol: _CheckTokenMembership. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in. .......... and more

Can you help me? Thank you.

banhthanhvi avatar Apr 06 '22 09:04 banhthanhvi