Skip to content

Instantly share code, notes, and snippets.

@Udham1
Created November 25, 2014 15:37
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 Udham1/56b1755de6a8015d851e to your computer and use it in GitHub Desktop.
Save Udham1/56b1755de6a8015d851e to your computer and use it in GitHub Desktop.
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Starting iPhone 4s
Launching application
Application launched. PID = 4560
Press enter to terminate the application
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.4.0.43/lib/mono/2.1/monotouch.dll
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.4.0.43/lib/mono/2.1/System.Core.dll
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.4.0.43/lib/mono/2.1/System.dll
Thread started: #2
Loaded assembly: /Users/xamarin76/Downloads/genericcomparison/bin/iPhoneSimulator/Debug/genericcomparison.exe
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.4.0.43/lib/mono/2.1/FSharp.Core.dll
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.4.0.43/lib/mono/2.1/System.Xml.dll
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.4.0.43/lib/mono/2.1/Mono.Dynamic.Interpreter.dll
2014-11-25 21:03:31.522 genericcomparison[4560:104912] Unhandled managed exception: At least one argument has to implement IComparable interface (System.ArgumentException)
at System.Collections.Generic.Comparer`1+DefaultComparer[System.Object].Compare (System.Object x, System.Object y) [0x0006a] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Collections.Generic/Comparer.cs:94
at System.Collections.Generic.Comparer`1[System.Object].System.Collections.IComparer.Compare (System.Object x, System.Object y) [0x0003b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Collections.Generic/Comparer.cs:70
at System.Tuple`2[System.String[],System.String].System.Collections.IStructuralComparable.CompareTo (System.Object other, IComparer comparer) [0x00020] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/Tuples.cs:161
at System.Tuple`2[System.String[],System.String].System.IComparable.CompareTo (System.Object obj) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/Tuples.cs:150
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericCompare$cont@985-1 (Microsoft.FSharp.Core.GenericComparer comp, System.Object yobj, System.Object xobj, IComparable x, Microsoft.FSharp.Core.Unit unitVar) [0x000c3] in /Developer/MonoTouch/Source/monotouch/external/fsharp/src/fsharp/FSharp.Core/prim-types.fs:993
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericCompare (Microsoft.FSharp.Core.GenericComparer comp, System.Object xobj, System.Object yobj) [0x0007f] in /Developer/MonoTouch/Source/monotouch/external/fsharp/src/fsharp/FSharp.Core/prim-types.fs:985
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericComparisonWithComparerIntrinsic[Tuple`2] (IComparer comp, System.Tuple`2 x, System.Tuple`2 y) [0x00000] in /Developer/MonoTouch/Source/monotouch/external/fsharp/src/fsharp/FSharp.Core/prim-types.fs:1195
at Microsoft.FSharp.Core.LanguagePrimitives+HashCompare.GenericComparisonIntrinsic[Tuple`2] (System.Tuple`2 x, System.Tuple`2 y) [0x00000] in /Developer/MonoTouch/Source/monotouch/external/fsharp/src/fsharp/FSharp.Core/prim-types.fs:1230
at Microsoft.FSharp.Core.LanguagePrimitives+-cctor@2193-1[System.Tuple`2[System.String[],System.String]].System-Collections-Generic-IComparer`1-Compare (System.Tuple`2 x, System.Tuple`2 y) [0x00000] in /Developer/MonoTouch/Source/monotouch/external/fsharp/src/fsharp/FSharp.Core/prim-types.fs:2193
at Microsoft.FSharp.Collections.MapTreeModule.add[Tuple`2,Int32] (IComparer`1 comparer, System.Tuple`2 k, Int32 v, Microsoft.FSharp.Collections.MapTree`2 m) [0x0002c] in /Developer/MonoTouch/Source/monotouch/external/fsharp/src/fsharp/FSharp.Core/map.fs:124
at Microsoft.FSharp.Collections.MapTreeModule+ofList@320[System.Tuple`2[System.String[],System.String],System.Int32].Invoke (Microsoft.FSharp.Collections.MapTree`2 acc, System.Tuple`2 tupledArg) [0x00000] in /Developer/MonoTouch/Source/monotouch/external/fsharp/src/fsharp/FSharp.Core/map.fs:320
at Microsoft.FSharp.Collections.ListModule.loop@142-20[Tuple`2,MapTree`2] (Microsoft.FSharp.Core.FSharpFunc`3 f, Microsoft.FSharp.Collections.MapTree`2 s, Microsoft.FSharp.Collections.FSharpList`1 xs) [0x00000] in /Developer/MonoTouch/Source/monotouch/external/fsharp/src/fsharp/FSharp.Core/list.fs:145
at Microsoft.FSharp.Collections.ListModule.Fold[Tuple`2,MapTree`2] (Microsoft.FSharp.Core.FSharpFunc`2 folder, Microsoft.FSharp.Collections.MapTree`2 state, Microsoft.FSharp.Collections.FSharpList`1 list) [0x00012] in /Developer/MonoTouch/Source/monotouch/external/fsharp/src/fsharp/FSharp.Core/list.fs:142
at Microsoft.FSharp.Collections.MapTreeModule.ofList[Tuple`2,Int32] (IComparer`1 comparer, Microsoft.FSharp.Collections.FSharpList`1 l) [0x00000] in /Developer/MonoTouch/Source/monotouch/external/fsharp/src/fsharp/FSharp.Core/map.fs:320
at Microsoft.FSharp.Collections.FSharpMap`2[System.Tuple`2[System.String[],System.String],System.Int32].ofList (Microsoft.FSharp.Collections.FSharpList`1 l) [0x00007] in /Developer/MonoTouch/Source/monotouch/external/fsharp/src/fsharp/FSharp.Core/map.fs:550
at Microsoft.FSharp.Collections.MapModule.OfList[Tuple`2,Int32] (Microsoft.FSharp.Collections.FSharpList`1 elements) [0x00000] in /Developer/MonoTouch/Source/monotouch/external/fsharp/src/fsharp/FSharp.Core/map.fs:722
at genericcomparison.genericcomparisonViewController.ViewDidLoad () [0x0005c] in /Users/xamarin76/Downloads/genericcomparison/genericcomparisonViewController.fs:24
at (wrapper managed-to-native) MonoTouch.ObjCRuntime.Messaging:IntPtr_objc_msgSendSuper (intptr,intptr)
at MonoTouch.UIKit.UIViewController.get_View () [0x00030] in /Developer/MonoTouch/Source/monotouch/src/build/compat/UIKit/UIViewController.g.cs:2543
at genericcomparison.AppDelegate.FinishedLaunching (MonoTouch.UIKit.UIApplication app, MonoTouch.Foundation.NSDictionary options) [0x0001c] in /Users/xamarin76/Downloads/genericcomparison/AppDelegate.fs:17
at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, IntPtr principal, IntPtr delegate) [0x00005] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:62
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00038] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:46
at genericcomparison.Main.main (System.String[] args) [0x00000] in /Users/xamarin76/Downloads/genericcomparison/AppDelegate.fs:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment