Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created June 18, 2014 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saurabh360/dd9932071d968b58e5bc to your computer and use it in GitHub Desktop.
Save saurabh360/dd9932071d968b58e5bc to your computer and use it in GitHub Desktop.
2014-06-18 18:08:34.030 bug_20675[265:12980] Unhandled managed exception: Failed to find the closed generic method 'InvokeConformsToProtocol' on the type 'bug_20675.MyTableView`1[[System.Object, mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]'. (MonoTouch.MonoTouchException)
at MonoTouch.Registrar.DynamicRegistrar.FindClosedMethod (System.Type closed_type, System.Reflection.MethodBase open_method) [0x00072] in /Developer/MonoTouch/Source/monotouch/src/ObjCRuntime/.pmcs-compat.DynamicRegistrar.cs:615
at MonoTouch.ObjCRuntime.Runtime.GetGenericMethodDirect (IntPtr obj, IntPtr typeptr, IntPtr methodptr, Int32 paramCount, System.IntPtr* paramptr) [0x00035] in /Developer/MonoTouch/Source/monotouch/src/ObjCRuntime/.pmcs-compat.Runtime.cs:268
at (wrapper native-to-managed) MonoTouch.ObjCRuntime.Runtime:GetGenericMethodDirect (intptr,intptr,intptr,int,intptr*)
at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0004c] in /Developer/MonoTouch/Source/monotouch/src/UIKit/.pmcs-compat.UIApplication.cs:38
at bug_20675.Application.Main (System.String[] args) [0x00008] in /Users/jatin66/Desktop/bug_20675/bug_20675/Main.cs:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment