Open jamescrosswell opened 6 days ago
We've seen this a couple of times now... most recently here:
Error: /Users/runner/.dotnet/packs/Microsoft.Maui.Resizetizer.Sdk/7.0.101/targets/Microsoft.Maui.Resizetizer.targets(531,9): error MAUI0000: System.MissingMethodException: Method not found: 'SkiaSharp.SKTextBlob SkiaSharp.SKTextBlob.CreatePositioned(System.String, SkiaSharp.SKFont, System.ReadOnlySpan`1<SkiaSharp.SKPoint>)'. [/Users/runner/work/sentry-dotnet/sentry-dotnet/test/Sentry.Maui.Device.TestApp/Sentry.Maui.Device.TestApp.csproj::TargetFramework=net7.0-ios]
I believe it's related to the MauiSplashScreen and/or the MauiIcon. These are so problematic (we have issues with these in the Sentry.Samples.Maui app as well) that maybe we just remove them for the purposes of a test app.
MauiSplashScreen
MauiIcon
We've seen this a couple of times now... most recently here:
I believe it's related to the
MauiSplashScreen
and/or theMauiIcon
. These are so problematic (we have issues with these in the Sentry.Samples.Maui app as well) that maybe we just remove them for the purposes of a test app.