Skip to content

Instantly share code, notes, and snippets.

@kumpera
Created November 1, 2012 17:28
Show Gist options
  • Select an option

  • Save kumpera/3995192 to your computer and use it in GitHub Desktop.

Select an option

Save kumpera/3995192 to your computer and use it in GitHub Desktop.
System.ExecutionEngineException: Attempting to JIT compile method 'System.Array:Sort<int, string> (int[],string[],System.Collections.Generic.IComparer`1<int>)' while running with --aot-only. See http://docs.xamarin.com/ios/about/limitations for more information.
at System.Linq.QuickSort`1[System.String].PerformSort () [0x00000] in <filename unknown>:0
at System.Linq.QuickSort`1+<Sort>c__Iterator2F[System.String].MoveNext () [0x00000] in <filename unknown>:0
at System.Linq.Enumerable+<CreateSelectIterator>c__Iterator1D`2[System.String,System.String].MoveNext () [0x00000] in <filename unknown>:0
at System.Linq.Enumerable.ToArray[String] (IEnumerable`1 source) [0x00000] in <filename unknown>:0
at TweetStation.OAuthAuthorizer.MakeSignature (System.String method, System.String base_uri, System.Collections.Generic.Dictionary`2 headers) [0x00000] in <filename unknown>:0
at TweetStation.OAuthAuthorizer.AuthorizeRequest (TweetStation.OAuthConfig config, System.String oauthToken, System.String oauthTokenSecret, System.String method, System.Uri uri, System.String data) [0x00000] in <filename unknown>:0
at TweetStation.TwitterAccount.Launch (System.String url, Boolean callbackOnMainThread, System.Action`1 callback) [0x00000] in <filename unknown>:0
at TweetStation.TwitterAccount.Download (System.String url, Boolean callbackOnMainThread, System.Action`1 callback) [0x00000] in <filename unknown>:0
at TweetStation.TwitterAccount.ReloadTimeline (TweetKind kind, Nullable`1 since, Nullable`1 max_id, System.Action`1 done) [0x00000] in <filename unknown>:0
at TweetStation.TimelineViewController.DownloadTweets (Int32 insertPoint, Nullable`1 since, Nullable`1 max_id, MonoTouch.Dialog.Element removeOnInsert) [0x00000] in <filename unknown>:0
at TweetStation.TimelineViewController.ReloadTimeline () [0x00000] in <filename unknown>:0
at TweetStation.BaseTimelineViewController.<BaseTimelineViewController>m__57 (System.Object , System.EventArgs ) [0x00000] in <filename unknown>:0
at MonoTouch.Dialog.DialogViewController.TriggerRefresh (Boolean showStatus) [0x00000] in <filename unknown>:0
at MonoTouch.Dialog.DialogViewController.TriggerRefresh () [0x00000] in <filename unknown>:0
at TweetStation.TimelineViewController.<ResetState>m__62 () [0x00000] in <filename unknown>:0
at MonoTouch.Foundation.NSActionDispatcher.Apply () [0x00000] in <filename unknown>:0
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) [0x00000] in <filename unknown>:0
at MonoTouch.UIKit.UIApplication.Main (System.String[] args) [0x00000] in <filename unknown>:0
at TweetStation.Application.Main (System.String[] args) [0x00000] in <filename unknown>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment