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 use Reference "Microcharts.Maui" Version="1.0.0"
it works on windows and Andriod .
Unfortunately, I got exception on iOS .
Exception :
[0:] An error occurred: '@rpath/libSkiaSharp.framework/libSkiaSharp'. Callstack: ' at SkiaSharp.SKPaint..ctor()
at Microcharts.AxisBasedChart..ctor()
at Microcharts.PointChart..ctor()
at Microcharts.LineChart..ctor()
when I use IncomeChart = new LineChart { Entries = incomeEntries, IsAnimated = true, AnimationDuration = TimeSpan.FromSeconds(1.5f) };
Is there any some special setting I need to do for IOS?
The text was updated successfully, but these errors were encountered:
Perryyang1979
changed the title
[Question] Exception
[Question] Exception occured on IOS when use all the Chart ,But it works on windows and Andriod
Jan 6, 2024
In my .net Maui App
I use Reference "Microcharts.Maui" Version="1.0.0"
it works on windows and Andriod .
Unfortunately, I got exception on iOS .
Exception :
[0:] An error occurred: '@rpath/libSkiaSharp.framework/libSkiaSharp'. Callstack: ' at SkiaSharp.SKPaint..ctor()
at Microcharts.AxisBasedChart..ctor()
at Microcharts.PointChart..ctor()
at Microcharts.LineChart..ctor()
when I use
IncomeChart = new LineChart { Entries = incomeEntries, IsAnimated = true, AnimationDuration = TimeSpan.FromSeconds(1.5f) };
Is there any some special setting I need to do for IOS?
The text was updated successfully, but these errors were encountered: