Skip to content

Instantly share code, notes, and snippets.

@AkhileshKumar01
Created January 15, 2015 14:03
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 AkhileshKumar01/473935456c59e3f9427e to your computer and use it in GitHub Desktop.
Save AkhileshKumar01/473935456c59e3f9427e to your computer and use it in GitHub Desktop.
System.ExecutionEngineException: Attempting to JIT compile method 'System.Reactive.Linq.QueryLanguage:Switch<System.Reactive.Unit> (System.IObservable`1<System.IObservable`1<System.Reactive.Unit>>)' while running with --aot-only. See http://docs.xamarin.com/ios/about/limitations for more information.
at at (wrapper managed-to-native) object:__icall_wrapper_mono_helper_compile_generic_method (object,intptr,intptr)
at System.Reactive.Linq.Observable.Switch[Unit] (IObservable`1 sources) [0x00000] in <filename unknown>:0
at ReactiveUI.SuspensionHost.get_ShouldInvalidateState () [0x00000] in /Users/paul/code/reactiveui/reactiveui/ReactiveUI/MobileLifecycle.cs:38
at ReactiveUI.SuspensionHostExtensions.SetupDefaultSuspendResume (ISuspensionHost This, ISuspensionDriver driver) [0x00038] in /Users/paul/code/reactiveui/reactiveui/ReactiveUI/MobileLifecycle.cs:110
at RxFormsApp.iOS.AppDelegate.FinishedLaunching (UIKit.UIApplication app, Foundation.NSDictionary options) [0x0000c] in /Users/360_macmini/Downloads/RxFormsTest-master/iOS/AppDelegate.cs:27
at at (wrapper managed-to-native) UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at UIKit.UIApplication.Main (System.String[] args, IntPtr principal, IntPtr delegate) [0x00005] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:62
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0001c] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:45
at RxFormsApp.iOS.Application.Main (System.String[] args) [0x00008] in /Users/360_macmini/Downloads/RxFormsTest-master/iOS/Main.cs:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment