We are usign the SFCalendar component in an XF project. Version 18.2.046
It works fine in Android but in iOS we are getting an unhandled NullReferenceException with the call stack of
at Syncfusion.SfCalendar.iOS.SfCalendarResources.GetString (System.Globalization.CultureInfo culture, System.String text) [0x0000b] in <1db848ee8797468b89b4ed91bbe213a0>:0
We are calling
Syncfusion.SfCalendar.XForms.iOS.SfCalendarRenderer.Init();
Why is this happening?