K0Ma19
K0Ma19
Also. In the .NET 7 version everything worked, after updating to .NET 8 everything broke
Sorry if this is a dumb question, but will these changes be in the next update? When can I expect an update and where can I see what happens in...
@DosangGu Same problem. I created [stackoverflow](https://stackoverflow.com/questions/77273643/googleappmeasurement-xcframework-is-in-an-invalid-or-unknown-format-and-cannot-b) question because I didn't find a solution for this. You can follow the progress
>I had the same issue (with firebase plugin and iOS MAUI app), I reinstalled an older version of Visual Studio, and it works. What version of the plugin are you...
> > Это очень легко сделать с помощью обработчиков: > > В CreateMauiApp добавьте это: > > ` Microsoft.Maui.Handlers.EntryHandler.Mapper.AppendToMapping("NoUnderline", (h, v) => { // Remove underline: h.PlatformView.BackgroundTintList = Android.Content.Res.ColorStateList.ValueOf(Colors.Transparent.ToAndroid()); });`...