You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
<#103>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAUIPIUVSI7HWJHRGPPAALLVDVBPPANCNFSM5SVF7AJQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
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
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:
The text was updated successfully, but these errors were encountered: