Skip to content

Instantly share code, notes, and snippets.

Created April 13, 2012 16:44
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/2f0535ab2cb1f69ad1de to your computer and use it in GitHub Desktop.
Save anonymous/2f0535ab2cb1f69ad1de to your computer and use it in GitHub Desktop.
2012-04-13 12:43:58.719 Example_CoreAnimation[5833:707] Changing Screens
2012-04-13 12:43:59.951 Example_CoreAnimation[5833:707] System.ExecutionEngineException: Attempting to JIT compile method '(wrapper native-to-managed) MonoTouch.UIKit.UIView:TrampolineUICompletionHandler (intptr,bool)' while running with --aot-only.
at System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate (System.Delegate d) [0x00011] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.InteropServices/Marshal.cs:1091
at MonoTouch.ObjCRuntime.BlockLiteral.SetupBlock (System.Delegate trampoline, System.Delegate userDelegate) [0x0000b] in /Developer/MonoTouch/Source/monotouch/src/shared/ObjCRuntime/Blocks.cs:96
at MonoTouch.UIKit.UIView.AnimateNotify (Double duration, Double delay, UIViewAnimationOptions options, MonoTouch.Foundation.NSAction animation, MonoTouch.UIKit.UICompletionHandler completion) [0x00044] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIView.g.cs:1080
at MonoTouch.UIKit.UIView.Animate (Double duration, Double delay, UIViewAnimationOptions options, MonoTouch.Foundation.NSAction animation, MonoTouch.Foundation.NSAction completion) [0x0000e] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIView.cs:108
at Example_CoreAnimation.Screens.iPad.ViewTransitions.Controller.<ViewDidLoad>m__7 (System.Object s, System.EventArgs e) [0x00000] in /Users/pjbeaman/GitHubRepositories/monotouch-samples/CoreAnimation/Screens/iPad/ViewTransitions/Controller.cs:37
at Example_CoreAnimation.Screens.iPad.ViewTransitions.TransitionViewController.<ViewDidLoad>m__B (System.Object s, System.EventArgs e) [0x0000b] in /Users/pjbeaman/GitHubRepositories/monotouch-samples/CoreAnimation/Screens/iPad/ViewTransitions/TransitionViewController.xib.cs:72
at MonoTouch.UIKit.UIControlEventProxy.Activated () [0x00000] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIControl.cs:30
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0004c] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:38
at Example_CoreAnimation.Application.Main (System.String[] args) [0x00000] in /Users/pjbeaman/GitHubRepositories/monotouch-samples/CoreAnimation/Application.cs:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment