Hi,
I am using FFImageLoading library in my Xamarin.forms project to display animated GIF splash screen. In android it is behaving as expected, but in iOS I am getting the below error. Please help if any of you have come across the same issue.
/Users/name/Documents/Code/: Error MT2101: Can't resolve the reference 'System.Void SkiaSharp.SKPath::AddRoundRect(SkiaSharp.SKRect,System.Single,System.Single,SkiaSharp.SKPathDirection)', referenced from the method 'SkiaSharp.SKPath FFImageLoading.Svg.Platform.SKSvg::ReadElement(System.Xml.Linq.XElement,System.Collections.Generic.Dictionary`2<System.String,System.String>)' in 'SkiaSharp, Version=1.68.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756'. (MT2101)
Thanks in advance,