Below is the error I get whenever I click anything using UIEventListener. This app was build for Android then ported to iOS and NGUI has been flawless! I have Unity 4.3.1f and NGUI 3.6.5. Any help would be appreciated!
A first chance exception of type 'System.MissingMethodException' occurred in Unknown Module.
An exception of type 'System.MissingMethodException' occurred in Unknown Module. but was not handled in user code
Exception: Method not found: 'System.Reflection.MethodInfo System.Type.GetMethod(System.String, System.Reflection.BindingFlags)'.
Type: System.MissingMethodException
Module: Assembly-CSharp-firstpass
InnerException: <No Data>
AdditionalInfo:Invoking UIButton::OnClick method with argument count: 0
at EventDelegate.Cache()
at EventDelegate.Execute()
at EventDelegate.Execute(List`1 list)
at UIButton.OnClick()
at lambda_method(Closure , Object , Object[] , Int32 )
at WinRTBridge.MethodTools.InvokeMethod(Object instance, Int32 methodIndex, Object[] args)