migueldeicaza / MonoTouch.Dialog

Tools to simplify creating dialogs with the user using MonoTouch
MIT License
430 stars 211 forks source link

DialogViewController ReloadComplete() throws ExecuetingException #233

Closed PawOrmstrupMadsen closed 4 years ago

PawOrmstrupMadsen commented 9 years ago

message is as follows: Attempting to JIT compile method 'Xamarin.iOS.Dialog.DialogViewController.ReloadComplete ()' while running with --aot-only

I am using dialogviewcontroller source (as of 25/8/2015) as 'Xamarin.iOS.Dialog'.

the error is new since i am trying to port to Unified from Classic. if i dont call ReloadComplete() the app runs without the error. the debugger will not enter the method, the crash happens before the code is reachable (JIT exception!) any suggestions to how i can fix it ?

best regards Paw