Does anyone use the excellent Sparrow 2D monotouch library?
https://github.com/trustme/Sparrow
I just updated to Monotouch 4.0 and Monodevelop 2.4.2, and when rebuilt and run SparrowTest gives me this strange error:
System.MissingMethodException has been thrown "Method not found:
'Monotouch.ObjCRuntime.Messaging.void_objc_msgSend_Boolean'." at
SparrowTest.AppDelegateIPhone.FinishedLaunching in
AppDelegateIPhone.cs:23
The method is:
SPStage.SupportHighResolutions = true;
When commented it gives the same error on many other methods. I've tried using different sdk versions but the problem persists.
Any clues?