Skip to content

Instantly share code, notes, and snippets.

@Mohit-Kheterpal
Created March 5, 2015 05:54
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 Mohit-Kheterpal/7cfde34ddeb3d29929e3 to your computer and use it in GitHub Desktop.
Save Mohit-Kheterpal/7cfde34ddeb3d29929e3 to your computer and use it in GitHub Desktop.
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Please ensure your device is connected...
Connected to: iPhone
Launching /private/var/mobile/Containers/Bundle/Application/A7628565-FC74-47B2-B5A8-C0613C8C7615/Test.iOS.app -monodevelop-port 10000 -connection-mode usb
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/A7628565-FC74-47B2-B5A8-C0613C8C7615/Test.iOS.app/.monotouch-64/System.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/A7628565-FC74-47B2-B5A8-C0613C8C7615/Test.iOS.app/.monotouch-64/Xamarin.iOS.dll
Thread started: Finalizer #2
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/A7628565-FC74-47B2-B5A8-C0613C8C7615/Test.iOS.app/.monotouch-64/Mono.Dynamic.Interpreter.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/A7628565-FC74-47B2-B5A8-C0613C8C7615/Test.iOS.app/.monotouch-64/System.Core.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/A7628565-FC74-47B2-B5A8-C0613C8C7615/Test.iOS.app/.monotouch-64/System.Xml.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/A7628565-FC74-47B2-B5A8-C0613C8C7615/Test.iOS.app/.monotouch-64/Xamarin.Forms.Core.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/A7628565-FC74-47B2-B5A8-C0613C8C7615/Test.iOS.app/.monotouch-64/System.Net.Http.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/A7628565-FC74-47B2-B5A8-C0613C8C7615/Test.iOS.app/.monotouch-64/System.Runtime.Serialization.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/A7628565-FC74-47B2-B5A8-C0613C8C7615/Test.iOS.app/.monotouch-64/Xamarin.Forms.Platform.iOS.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/A7628565-FC74-47B2-B5A8-C0613C8C7615/Test.iOS.app/.monotouch-64/Xamarin.Forms.Xaml.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/A7628565-FC74-47B2-B5A8-C0613C8C7615/Test.iOS.app/.monotouch-64/Test.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/A7628565-FC74-47B2-B5A8-C0613C8C7615/Test.iOS.app/.monotouch-64/Test.iOS.exe
Thread started: #3
Thread started: #4
Thread started: <Thread Pool> #5
Thread started: <Thread Pool> #6
2015-03-05 11:24:28.765 Test.iOS[310:13993] Unhandled managed exception: You MUST invoke LoadApplication () before calling base.FinishedLaunching () (System.InvalidOperationException)
at Xamarin.Forms.Platform.iOS.FormsApplicationDelegate.FinishedLaunching (UIKit.UIApplication uiApplication, Foundation.NSDictionary launchOptions) [0x00000] in <filename unknown>:0
at Test.iOS.AppDelegate.FinishedLaunching (UIKit.UIApplication app, Foundation.NSDictionary options) [0x0002f] in /Users/xamarin77/Downloads/Test/Test/iOS/AppDelegate.cs:24
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 Test.iOS.Application.Main (System.String[] args) [0x00008] in /Users/xamarin77/Downloads/Test/Test/iOS/Main.cs:17
2015-03-05 11:24:28.766 Test.iOS[310:13993] critical: Stacktrace:
2015-03-05 11:24:28.767 Test.iOS[310:13993] critical:
Native stacktrace:
2015-03-05 11:24:28.915 Test.iOS[310:13993] critical: 0 Test.iOS 0x0000000100ac39d0 mono_handle_native_sigsegv + 268
2015-03-05 11:24:28.916 Test.iOS[310:13993] critical: 1 libsystem_platform.dylib 0x00000001946e095c _sigtramp + 68
2015-03-05 11:24:28.916 Test.iOS[310:13993] critical: 2 libsystem_pthread.dylib 0x00000001946e9228 pthread_kill + 112
2015-03-05 11:24:28.916 Test.iOS[310:13993] critical: 3 libsystem_c.dylib 0x00000001945c2b18 abort + 112
2015-03-05 11:24:28.916 Test.iOS[310:13993] critical: 4 Test.iOS 0x0000000100b8bc94 fetch_virt_property + 0
2015-03-05 11:24:28.916 Test.iOS[310:13993] critical: 5 Test.iOS 0x0000000100ac405c mono_invoke_unhandled_exception_hook + 96
2015-03-05 11:24:28.917 Test.iOS[310:13993] critical: 6 Test.iOS 0x0000000100ac3844 mono_handle_exception_internal + 4748
2015-03-05 11:24:28.917 Test.iOS[310:13993] critical: 7 Test.iOS 0x0000000100ac25ac mono_handle_exception + 16
2015-03-05 11:24:28.917 Test.iOS[310:13993] critical: 8 Test.iOS 0x0000000100abc8a8 mono_arm_throw_exception + 160
2015-03-05 11:24:28.917 Test.iOS[310:13993] critical: 9 Test.iOS 0x0000000100330a48 throw_exception + 136
2015-03-05 11:24:28.918 Test.iOS[310:13993] critical: 10 Test.iOS 0x000000010065f938 Xamarin_Forms_Platform_iOS_FormsApplicationDelegate_FinishedLaunching_UIKit_UIApplication_Foundation_NSDictionary + 408
2015-03-05 11:24:28.918 Test.iOS[310:13993] critical: 11 Test.iOS 0x00000001000a43e0 Test_iOS_AppDelegate_FinishedLaunching_UIKit_UIApplication_Foundation_NSDictionary + 576
2015-03-05 11:24:28.918 Test.iOS[310:13993] critical: 12 Test.iOS 0x00000001002f632c wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 156
2015-03-05 11:24:28.918 Test.iOS[310:13993] critical: 13 Test.iOS 0x0000000100acf918 mono_jit_runtime_invoke + 1264
2015-03-05 11:24:28.919 Test.iOS[310:13993] critical: 14 Test.iOS 0x0000000100b1f2f8 mono_runtime_invoke + 128
2015-03-05 11:24:28.919 Test.iOS[310:13993] critical: 15 Test.iOS 0x0000000100a860ac native_to_managed_trampoline_1 + 596
2015-03-05 11:24:28.919 Test.iOS[310:13993] critical: 16 Test.iOS 0x0000000100a8c9a4 -[AppDelegate application:didFinishLaunchingWithOptions:] + 80
2015-03-05 11:24:28.919 Test.iOS[310:13993] critical: 17 UIKit 0x0000000187fd600c <redacted> + 304
2015-03-05 11:24:28.919 Test.iOS[310:13993] critical: 18 UIKit 0x00000001881ecfd4 <redacted> + 2284
2015-03-05 11:24:28.920 Test.iOS[310:13993] critical: 19 UIKit 0x00000001881ef754 <redacted> + 1480
2015-03-05 11:24:28.921 Test.iOS[310:13993] critical: 20 UIKit 0x00000001881eddec <redacted> + 184
2015-03-05 11:24:28.921 Test.iOS[310:13993] critical: 21 FrontBoardServices 0x000000018ba2962c <redacted> + 28
2015-03-05 11:24:28.921 Test.iOS[310:13993] critical: 22 CoreFoundation 0x000000018376aa28 <redacted> + 20
2015-03-05 11:24:28.921 Test.iOS[310:13993] critical: 23 CoreFoundation 0x0000000183769b30 <redacted> + 312
2015-03-05 11:24:28.922 Test.iOS[310:13993] critical: 24 CoreFoundation 0x0000000183767d30 <redacted> + 696
2015-03-05 11:24:28.922 Test.iOS[310:13993] critical: 25 CoreFoundation 0x00000001836950a4 CFRunLoopRunSpecific + 396
2015-03-05 11:24:28.922 Test.iOS[310:13993] critical: 26 UIKit 0x0000000187fcf3c8 <redacted> + 552
2015-03-05 11:24:28.922 Test.iOS[310:13993] critical: 27 UIKit 0x0000000187fca3c0 UIApplicationMain + 1488
2015-03-05 11:24:28.922 Test.iOS[310:13993] critical: 28 Test.iOS 0x0000000100141338 wrapper_managed_to_native_UIKit_UIApplication_UIApplicationMain_int_string___intptr_intptr + 344
2015-03-05 11:24:28.923 Test.iOS[310:13993] critical: 29 Test.iOS 0x00000001000d7230 UIKit_UIApplication_Main_string___intptr_intptr + 48
2015-03-05 11:24:28.924 Test.iOS[310:13993] critical: 30 Test.iOS 0x00000001000d71ec UIKit_UIApplication_Main_string___string_string + 188
2015-03-05 11:24:28.924 Test.iOS[310:13993] critical: 31 Test.iOS 0x00000001000a4114 Test_iOS_Application_Main_string__ + 164
2015-03-05 11:24:28.924 Test.iOS[310:13993] critical: 32 Test.iOS 0x00000001002f632c wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 156
2015-03-05 11:24:28.924 Test.iOS[310:13993] critical: 33 Test.iOS 0x0000000100acf918 mono_jit_runtime_invoke + 1264
2015-03-05 11:24:28.925 Test.iOS[310:13993] critical: 34 Test.iOS 0x0000000100b1f2f8 mono_runtime_invoke + 128
2015-03-05 11:24:28.925 Test.iOS[310:13993] critical: 35 Test.iOS 0x0000000100b23480 mono_runtime_exec_main + 404
2015-03-05 11:24:28.925 Test.iOS[310:13993] critical: 36 Test.iOS 0x0000000100b89ad0 xamarin_main + 2120
2015-03-05 11:24:28.925 Test.iOS[310:13993] critical: 37 Test.iOS 0x0000000100a972ac main + 112
2015-03-05 11:24:28.926 Test.iOS[310:13993] critical: 38 libdyld.dylib 0x0000000194532a08 <redacted> + 4
2015-03-05 11:24:28.926 Test.iOS[310:13993] critical:
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment