Launch exception when show SfPopupLayout with SfComboBox. Works well on Android, but on IOS it fails. Attached project with the exception.
Message: Object reference not set to an instance of an object
StackTrace:
at Syncfusion.iOS.ComboBox.SfComboBox.ShowTable () [0x00ac6] in <0c1bb1a7dc87445fa330d3e5d95c3a8f>:0
at Syncfusion.iOS.ComboBox.SfComboBox.<ShowSuggestionTableView>b__483_0 () [0x0000f] in <0c1bb1a7dc87445fa330d3e5d95c3a8f>:0
at CoreFoundation.DispatchQueue.static_dispatcher_to_managed (System.IntPtr context) [0x00038] in /Library/Frameworks/Xamarin.iOS.framework/Versions/12.2.1.15/src/Xamarin.iOS/CoreFoundation/Dispatch.cs:344
at (wrapper native-to-managed) CoreFoundation.DispatchQueue.static_dispatcher_to_managed(intptr)
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 /Library/Frameworks/Xamarin.iOS.framework/Versions/12.2.1.15/src/Xamarin.iOS/UIKit/UIApplication.cs:79
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0002c] in /Library/Frameworks/Xamarin.iOS.framework/Versions/12.2.1.15/src/Xamarin.iOS/UIKit/UIApplication.cs:63
at ComboBoxSample.iOS.Application.Main (System.String[] args) [0x00002] in C:\Users\Jaime Garzon\Desktop\ComboBoxSample1098665757\ComboBoxSample\ComboBoxSample.iOS\Main.cs:19
--- 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 /Library/Frameworks/Xamarin.iOS.framework/Versions/12.2.1.15/src/Xamarin.iOS/UIKit/UIApplication.cs:79
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0002c] in /Library/Frameworks/Xamarin.iOS.framework/Versions/12.2.1.15/src/Xamarin.iOS/UIKit/UIApplication.cs:63
at ComboBoxSample.iOS.Application.Main (System.String[] args) [0x00002] in C:\Users\Jaime Garzon\Desktop\ComboBoxSample1098665757\ComboBoxSample\ComboBoxSample.iOS\Main.cs:19
Attachment:
ComboBoxSample_dc2032a6.zip