Looks like this error is back in iOS
XAML:
<richTextEditor:SfRichTextEditor
x:Name="editorEntryBody"
ToolbarPosition="Top"
ToolbarOptions="Bold,Italic,Underline,BulletList,NumberList"
TextChanged="EditorEntryBody_TextChanged"
FormatChanged="EditorEntryBody_FormatChanged"
AutoSize="TextChanges"
Padding="5,10"
DefaultFontSize="{StaticResource bodyTextFontSize}"
PlaceHolder="{x:Static resx:InterfaceStrings.placeholder_LifeEntry_Body}"
HtmlText="{Binding HtmlBodyText, Mode=OneTime}" />
ERROR:
Object reference not set to an instance of an object
STACK TRACE:
at Syncfusion.XForms.iOS.RichTextEditor.SfToolbar.UpdateFontFamily (System.String fontname) [0x0003e] in <736461ce2e8c4b1cbe97508ca627e04b>:0
at Syncfusion.XForms.iOS.RichTextEditor.SfToolbar.UpdateToolBar (Syncfusion.XForms.RichTextEditor.SfToolbarStatus toolbarStatus) [0x000d8] in <736461ce2e8c4b1cbe97508ca627e04b>:0
at Syncfusion.XForms.iOS.RichTextEditor.SfRichTextEditorRendererExt+<>c__DisplayClass59_2.<DidReceiveScriptMessage>b__1 () [0x00018] in <736461ce2e8c4b1cbe97508ca627e04b>:0
at Foundation.NSAsyncActionDispatcher.Apply () [0x00000] in /Users/builder/azdo/_work/1/s/xamarin-macios/src/Foundation/NSAction.cs:152
--- End of stack trace from previous location where exception was thrown ---
at (wrapper managed-to-native) UIKit.UIApplication.UIApplicationMain(int,string[],intptr,intptr)
at UIKit.UIApplication.Main (System.String[] args, System.IntPtr principal, System.IntPtr delegate) [0x00005] in /Users/builder/azdo/_work/1/s/xamarin-macios/src/UIKit/UIApplication.cs:86
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0000e] in /Users/builder/azdo/_work/1/s/xamarin-macios/src/UIKit/UIApplication.cs:65
at LifeCloud.iOS.Application.Main (System.String[] args) [0x00001] in C:\Projects\Lifecloud\LifeCloud\LifeCloud.iOS\Main.cs:17