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 a lot of errors when trying to build a release version of my app.
it always starts with
..."is a framework of static libraries, and will not be copied to the app "
it is raised for
UserMessagingPlatform,
GoogleAppMeasurement,
GoogleMobileAds,
and GoogleUtilitiesComponents.
It works perfectly when building and debugging on my windows machine
as well as on the mac by using visual studio code as well!
It does not matter which Admob Version i am using (1.6.4 or 1.7.1).
If i am using the latest version i get another warning:
Xamarin.AndroidX.Lifecycle.ViewModelSavedState 2.8.5.1 requires Xamarin.AndroidX.Lifecycle.ViewModel (>= 2.8.5.1 && < 2.8.6) but version Xamarin.AndroidX.Lifecycle.ViewModel 2.8.6 was resolved.
The text was updated successfully, but these errors were encountered:
i get a lot of errors when trying to build a release version of my app.
it always starts with
..."is a framework of static libraries, and will not be copied to the app "
it is raised for
UserMessagingPlatform,
GoogleAppMeasurement,
GoogleMobileAds,
and GoogleUtilitiesComponents.
It works perfectly when building and debugging on my windows machine
as well as on the mac by using visual studio code as well!
It does not matter which Admob Version i am using (1.6.4 or 1.7.1).
If i am using the latest version i get another warning:
Xamarin.AndroidX.Lifecycle.ViewModelSavedState 2.8.5.1 requires Xamarin.AndroidX.Lifecycle.ViewModel (>= 2.8.5.1 && < 2.8.6) but version Xamarin.AndroidX.Lifecycle.ViewModel 2.8.6 was resolved.
The text was updated successfully, but these errors were encountered: