I've been trying porting our project from PC to iOS, and I'm seeing a problem with the Dropdown UI component. When tapping on the dropdown, I get this error in Xcode, and the component fails to lay out its items:
ExecutionEngineException: Attempting to JIT compile method 'System.Collections.Generic.GenericEqualityComparer`1:.ctor ()' while running with --aot-only.
at System.Reflection.MonoCMethod.Invoke (System.Object obj,
BindingFlags invokeAttr,...
UI.Dropdown broken on iOS? (Unity 5.5)
ExecutionEngineException: Attempting to JIT compile method 'System.Collections.Generic.GenericEqualityComparer`1:.ctor ()' while running with --aot-only.
at System.Reflection.MonoCMethod.Invoke (System.Object obj,
BindingFlags invokeAttr,...
UI.Dropdown broken on iOS? (Unity 5.5)