Xamarin.ios 当我运行应用程序时,无论是否去胶,都会显示一个错误系统。ExecutionEngineeException:SIGILL

Xamarin.ios 当我运行应用程序时,无论是否去胶,都会显示一个错误系统。ExecutionEngineeException:SIGILL,xamarin.ios,Xamarin.ios,当我运行应用程序时,无论是否去胶,都会出现如下错误 **Unhandled Exception: System.ExecutionEngineException: SIGILL at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr) at MonoTouch.UIKit.UIApplication.Main (System.Str

当我运行应用程序时,无论是否去胶,都会出现如下错误

**Unhandled Exception: System.ExecutionEngineException: SIGILL
  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) [0x00042] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:29 
  at DicomViewerApplication.Application.Main (System.String[] args) [0x00000] in /Developer/Medsynaptic/DicomViewerApplication/DicomViewerApplication/Main.cs:18 
[ERROR] FATAL UNHANDLED EXCEPTION: System.ExecutionEngineException: SIGILL
  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) [0x00042] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:29 
  at DicomViewerApplication.Application.Main (System.String[] args) [0x00000] in /Developer/Medsynaptic/DicomViewerApplication/DicomViewerApplication/Main.cs:18 **

但是,当我从模拟器运行应用程序时,它工作正常,我想检查调试器附带的值,但它给我一个错误

这个问题可能在最新版本的Xamarin中得到解决

乍一看,这看起来像MonoTouch中的一个bug,我建议您使用可复制的测试用例在提交一个bug。您的MonoTouch版本是什么?