我一直在关注 xamarin 网站上提供的“ Hello, iPhone ”教程。我现在已经完成了所有的步骤。现在,我运行应用程序并单击“操作 1”按钮我收到此错误
抛出 Objective-C 异常。名称:NSInvalidArgumentException 原因:-[HelloWorld_iPhoneViewController actionButtonClick:]:无法识别的选择器发送到实例 0xb3a5a30 我该如何解决这个问题?我正在使用最新版本的 MonoDevelop + MonoTouch
static void Main (string[] args)
{
// if you want to use a different Application Delegate class from "AppDelegate"
// you can specify it here.
UIApplication.Main (args, null, "AppDelegate"); <-- HERE
}
我的代码上传到这里