Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created March 20, 2014 13:33
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/59230f4afcc098f6e3c0 to your computer and use it in GitHub Desktop.
Save saurabh360/59230f4afcc098f6e3c0 to your computer and use it in GitHub Desktop.
MonoTouch.Foundation.MonoTouchException: Objective-C exception thrown. Name: NSInvalidArgumentException Reason: -[UIWindow drawViewHierarchyInRect:afterScreenUpdates:]: unrecognized selector sent to instance 0xb7c8c10
at at (wrapper managed-to-native) MonoTouch.ObjCRuntime.Messaging:bool_objc_msgSend_RectangleF_bool (intptr,intptr,System.Drawing.RectangleF,bool)
at MonoTouch.UIKit.UIView.DrawViewHierarchy (RectangleF rect, Boolean afterScreenUpdates) [0x00010] in /Developer/MonoTouch/Source/monotouch/src/build/compat/UIKit/UIView.g.cs:1101
at VideoTest.VideoTestViewController.TakeSnapshot () [0x0003f] in /Users/imac/Downloads/VideoTest/VideoTestViewController.cs:218
at VideoTest.VideoTestViewController.CaptureFrameAtTime (DateTime time) [0x00040] in /Users/imac/Downloads/VideoTest/VideoTestViewController.cs:178
at VideoTest.VideoTestViewController.StartRecording () [0x0013a] in /Users/imac/Downloads/VideoTest/VideoTestViewController.cs:135
at VideoTest.VideoTestViewController+<HandleRecordButtonClicked>c__async0.MoveNext () [0x00039] in /Users/imac/Downloads/VideoTest/VideoTestViewController.cs:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment