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
Upgraded my application to maui 9 and now when I run it I get the following error at startup:
The version of the native libSkiaSharp library (115.0) is incompatible with this version of SkiaSharp. Supported versions of the native libSkiaSharp library are in the range [88.1, 89.0).
So appears we have a version mismatch - however I can't find version 115 in my project - how do I narrow this down?
This is the error that is thrown when the app starts up :
System.InvalidOperationException
The version of the native libSkiaSharp library (115.0) is incompatible with this version of SkiaSharp. Supported versions of the native libSkiaSharp library are in the range [88.1, 89.0).
Once it hits this error it exits.
The text was updated successfully, but these errors were encountered:
Hi Guys,
You can close this - Im not sure what exactly resolved this but I suspect it was deleting the BIN and DEBUG folders.
But the app now runs.
Maybe when we do a clean on the solution in vscode it should also remove the bin and debug folders as this is often in a weird state that causes un predictable issues when running (Particularly on iOS).
Description
Upgraded my application to maui 9 and now when I run it I get the following error at startup:
The version of the native libSkiaSharp library (115.0) is incompatible with this version of SkiaSharp. Supported versions of the native libSkiaSharp library are in the range [88.1, 89.0).
So appears we have a version mismatch - however I can't find version 115 in my project - how do I narrow this down?
Steps to Reproduce
I have the following packages in my project:
Link to public reproduction project repository
No response
Version with bug
9.0.10 SR1
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
8.0.40 SR5
Affected platforms
iOS
Affected platform versions
IOS17.6.1
Did you find any workaround?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: