I have sorted of narrowed it down to this:
<inputLayout:SfTextInputLayout ContainerType="Outlined" ContainerBackgroundColor="White" InputViewPadding="{OnPlatform Android='11,0,11,0', iOS='11,6,11,6'}">
<combobox:SfComboBox Watermark="Gender" HeightRequest="{OnPlatform Android=46, iOS=34}" IsEditableMode="False">
</combobox:SfComboBox>
</inputLayout:SfTextInputLayout>
I like to put the ComboBox in the InputLayout to maintain a consistent feel across the page and devices.
If I remove the ComboBox from inside the InputLayout, then the page displays fine.
However, and here's the kicker, it doesn't crash all apps. A basic app put together with the above layout may, OR MAY NOT, crash
I can't identify why this is the case.