Null reference exception from some of our customers phones.
UILabel.set_Font (UIKit.UIFont value)
Syncfusion.iOS.ComboBox
Token.set_InternalSettings (Syncfusion.iOS.ComboBox.TokenSettings value)
Syncfusion.iOS.ComboBox
SfComboBox.TokenWithLabel (System.String tokenText)
Syncfusion.iOS.ComboBox
ComboBoxTableDelegate.RowSelected (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath)
Base on what I dig it's because UI fort family is hard coded into default token settings and there is no check if this font exists and on some installs it does not
private TokenSettings DefaultTokenSettings()
{
return new TokenSettings
{
FontFamily = ".SF UI Text",
iOS