Okay, so I've installed MonoTouch 4.0.3 eval, Developer, the Framework and
XCode 4. So told 3.2.6 is a more stable version of MonoTouch but I can't get
an evaluation copy of it.

Pretty much, when I create a Window Based iPad Project in MonoDev, I get
three errors:

The best overloaded match for
`MonoTouch.Foundation.NSObject.SetNativeField(string,
MonoTouch.Foundation.NSObject)'  has some invalid arguments.

Line is: this.SetNativeField("window", value);

Argument `#2' cannot convert `object' expression to type
`MonoTouch.Foundation.NSObject'

Same line.

And:

Type `object' does not contain a definition for `MakeKeyAndVisible' and no
extension method `MakeKeyAndVisible' of type `object' could be found.

Line: window.MakeKeyAndVisible();

I've tried this using both XCode 3 and 4, no luck either way. All help would
be much appreciated. To note, I have not edited the code in any way, just
used the code generated for me. 

(Please disregard my other post, it went wrong because I had forgotten to
confirm to the mailing list, mods please delete).

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Blank-iPad-MonoTouch-Project-errors-tp3597604p3597604.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to