I have a problem that has suddenly started. All the comboboxes in my app cause the app to crash when they are tapped. On iOS only, not Android. SF version 29.1.41, but it also happened with an earlier version.
If I'm debugging through Visual Studio then I get the following error when the app crashes:
System.MissingMethodException: 'Method not found: System.Collections.Generic.IEnumerator1<!0> Foundation.NSSet1.GetEnumerator()'
This is not just my device, my app users are also reporting it.
You can click the 'X' clear button, but clicking anywhere else in the combobox is an immediate crash.
Does anyone have any ideas where I can start looking?