Skip to content

Instantly share code, notes, and snippets.

Created April 16, 2014 10:19
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 anonymous/44cad00484afca7093cb to your computer and use it in GitHub Desktop.
Save anonymous/44cad00484afca7093cb to your computer and use it in GitHub Desktop.
$exception {System.ExecutionEngineException: Attempting to JIT compile method '(wrapper managed-to-native) System.Threading.Interlocked:Exchange (System.Threading.Tasks.IContinuation&,System.Threading.Tasks.IContinuation)' while running with --aot-only. See http://docs.xamarin.com/ios/about/limitations for more information. at System.Threading.Tasks.TaskCompletionQueue`1[System.Threading.Tasks.IContinuation].TryGetNextCompletion (IContinuation& continuation) [0x00000] in <filename unknown>:0 at System.Threading.Tasks.Task.ProcessCompleteDelegates () [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Threading.Tasks/Task.cs:585 at System.Threading.Tasks.Task.Finish () [0x000ce] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Threading.Tasks/Task.cs:569 at System.Threading.Tasks.Task.<Delay>m__1 (System.Object state) [0x0001a] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Threading.Tasks/Task.cs:1001 at System.Threading.Timer+Scheduler.TimerCB (System.Object o) [0x00007] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Threading/Timer.cs:317 } System.ExecutionEngineException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment