Skip to content

Instantly share code, notes, and snippets.

@Parmendrak
Created October 20, 2015 19:04
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 Parmendrak/c5f2be1499d3c120f75e to your computer and use it in GitHub Desktop.
Save Parmendrak/c5f2be1499d3c120f75e to your computer and use it in GitHub Desktop.
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Please ensure your device is connected...
Connected to: C’s iPad
Launching /private/var/mobile/Containers/Bundle/Application/71250745-06E7-49A5-9718-9A7E8A303C2D/TestAppiOS.app -monodevelop-port 10000 -connection-mode usb
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/71250745-06E7-49A5-9718-9A7E8A303C2D/TestAppiOS.app/.monotouch-64/System.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/71250745-06E7-49A5-9718-9A7E8A303C2D/TestAppiOS.app/.monotouch-64/Xamarin.iOS.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/71250745-06E7-49A5-9718-9A7E8A303C2D/TestAppiOS.app/.monotouch-64/Mono.Dynamic.Interpreter.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/71250745-06E7-49A5-9718-9A7E8A303C2D/TestAppiOS.app/.monotouch-64/System.Core.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/71250745-06E7-49A5-9718-9A7E8A303C2D/TestAppiOS.app/.monotouch-64/System.Xml.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/71250745-06E7-49A5-9718-9A7E8A303C2D/TestAppiOS.app/.monotouch-64/Xamarin.Forms.Platform.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/71250745-06E7-49A5-9718-9A7E8A303C2D/TestAppiOS.app/.monotouch-64/Xamarin.Forms.Core.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/71250745-06E7-49A5-9718-9A7E8A303C2D/TestAppiOS.app/.monotouch-64/Xamarin.Forms.Xaml.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/71250745-06E7-49A5-9718-9A7E8A303C2D/TestAppiOS.app/.monotouch-64/TestApp.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/71250745-06E7-49A5-9718-9A7E8A303C2D/TestAppiOS.app/.monotouch-64/System.Net.Http.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/71250745-06E7-49A5-9718-9A7E8A303C2D/TestAppiOS.app/.monotouch-64/System.ServiceModel.Internals.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/71250745-06E7-49A5-9718-9A7E8A303C2D/TestAppiOS.app/.monotouch-64/System.Runtime.Serialization.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/71250745-06E7-49A5-9718-9A7E8A303C2D/TestAppiOS.app/.monotouch-64/Xamarin.Forms.Platform.iOS.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/71250745-06E7-49A5-9718-9A7E8A303C2D/TestAppiOS.app/.monotouch-64/TestAppiOS.exe
Thread started: Finalizer #2
Thread started: #3
Thread started: #4
Thread started: <Thread Pool> #5
Thread started: <Thread Pool> #6
Thread started: <Thread Pool> #7
Thread finished: <Thread Pool> #5
2015-10-21 00:32:29.554 TestAppiOS[867:98264]
Unhandled Exception:
System.InvalidOperationException: Can't change IsPresented when setting SplitOnLandscape
at Xamarin.Forms.MasterDetailPage.OnIsPresentedPropertyChanging (Xamarin.Forms.BindableObject sender, System.Object oldValue, System.Object newValue) in <filename unknown>:line 0
at Xamarin.Forms.BindableObject.SetValueActual (Xamarin.Forms.BindableProperty property, Xamarin.Forms.BindablePropertyContext context, System.Object value, Boolean currentlyApplying, SetValueFlags attributes, Boolean silent) in <filename unknown>:line 0
at Xamarin.Forms.BindableObject.SetValueCore (Xamarin.Forms.BindableProperty property, System.Object value, SetValueFlags attributes, SetValuePrivateFlags privateAttributes) in <filename unknown>:line 0
at Xamarin.Forms.BindableObject.SetValue (Xamarin.Forms.BindableProperty property, System.Object value, Boolean fromStyle, Boolean checkAccess) in <filename unknown>:line 0
at Xamarin.Forms.BindableObject.SetValue (Xamarin.Forms.BindableProperty property, System.Object value) in <filename unknown>:line 0
at Xamarin.Forms.MasterDetailPage.set_IsPresented (Boolean value) in <filename unknown>:line 0
at Xamarin.Forms.Platform.iOS.NavigationRenderer.<UpdateLeftBarButtonItem>b__50_1 (System.Object o, System.EventArgs e) in <filename unknown>:line 0
at UIKit.UIBarButtonItem+Callback.Call (Foundation.NSObject sender) in /Users/builder/data/lanes/2097/1a6b88f2/source/maccore/src/UIKit/UIBarButtonItem.cs:line 27
at (wrapper managed-to-native) UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at UIKit.UIApplication.Main (System.String[] args, IntPtr principal, IntPtr delegate) in /Users/builder/data/lanes/2097/1a6b88f2/source/maccore/src/UIKit/UIApplication.cs:line 74
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) in /Users/builder/data/lanes/2097/1a6b88f2/source/maccore/src/UIKit/UIApplication.cs:line 57
at TestApp.iOS.Application.Main (System.String[] args) in /Users/360_macmini/Downloads/Case214040/TestApp/TestApp/TestApp.iOS/Main.cs:line 17
2015-10-21 00:32:29.557 TestAppiOS[867:98264] Unhandled managed exception:
Can't change IsPresented when setting SplitOnLandscape (System.InvalidOperationException)
at Xamarin.Forms.MasterDetailPage.OnIsPresentedPropertyChanging (Xamarin.Forms.BindableObject sender, System.Object oldValue, System.Object newValue) in <filename unknown>:line 0
at Xamarin.Forms.BindableObject.SetValueActual (Xamarin.Forms.BindableProperty property, Xamarin.Forms.BindablePropertyContext context, System.Object value, Boolean currentlyApplying, SetValueFlags attributes, Boolean silent) in <filename unknown>:line 0
at Xamarin.Forms.BindableObject.SetValueCore (Xamarin.Forms.BindableProperty property, System.Object value, SetValueFlags attributes, SetValuePrivateFlags privateAttributes) in <filename unknown>:line 0
at Xamarin.Forms.BindableObject.SetValue (Xamarin.Forms.BindableProperty property, System.Object value, Boolean fromStyle, Boolean checkAccess) in <filename unknown>:line 0
at Xamarin.Forms.BindableObject.SetValue (Xamarin.Forms.BindableProperty property, System.Object value) in <filename unknown>:line 0
at Xamarin.Forms.MasterDetailPage.set_IsPresented (Boolean value) in <filename unknown>:line 0
at Xamarin.Forms.Platform.iOS.NavigationRenderer.<UpdateLeftBarButtonItem>b__50_1 (System.Object o, System.EventArgs e) in <filename unknown>:line 0
at UIKit.UIBarButtonItem+Callback.Call (Foundation.NSObject sender) in /Users/builder/data/lanes/2097/1a6b88f2/source/maccore/src/UIKit/UIBarButtonItem.cs:line 27
at (wrapper managed-to-native) UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at UIKit.UIApplication.Main (System.String[] args, IntPtr principal, IntPtr delegate) in /Users/builder/data/lanes/2097/1a6b88f2/source/maccore/src/UIKit/UIApplication.cs:line 74
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) in /Users/builder/data/lanes/2097/1a6b88f2/source/maccore/src/UIKit/UIApplication.cs:line 57
at TestApp.iOS.Application.Main (System.String[] args) in /Users/360_macmini/Downloads/Case214040/TestApp/TestApp/TestApp.iOS/Main.cs:line 17
2015-10-21 00:32:29.560 TestAppiOS[867:98264] critical: Stacktrace:
2015-10-21 00:32:29.561 TestAppiOS[867:98264] critical:
Native stacktrace:
2015-10-21 00:32:29.799 TestAppiOS[867:98264] critical: 0 TestAppiOS 0x0000000100e61ed0 mono_handle_native_sigsegv + 260
2015-10-21 00:32:29.799 TestAppiOS[867:98264] critical: 1 libsystem_platform.dylib 0x0000000197f0895c _sigtramp + 68
2015-10-21 00:32:29.800 TestAppiOS[867:98264] critical: 2 libsystem_pthread.dylib 0x0000000197f11228 pthread_kill + 112
2015-10-21 00:32:29.800 TestAppiOS[867:98264] critical: 3 libsystem_c.dylib 0x0000000197deab18 abort + 112
2015-10-21 00:32:29.800 TestAppiOS[867:98264] critical: 4 TestAppiOS 0x0000000100f2d7f8 _ZL15print_exceptionP10MonoObjectbP15NSMutableString + 0
2015-10-21 00:32:29.800 TestAppiOS[867:98264] critical: 5 TestAppiOS 0x0000000100e6259c mono_invoke_unhandled_exception_hook + 96
2015-10-21 00:32:29.800 TestAppiOS[867:98264] critical: 6 TestAppiOS 0x0000000100e61ce4 mono_handle_exception_internal + 4228
2015-10-21 00:32:29.801 TestAppiOS[867:98264] critical: 7 TestAppiOS 0x0000000100e60c54 mono_handle_exception + 40
2015-10-21 00:32:29.801 TestAppiOS[867:98264] critical: 8 TestAppiOS 0x0000000100e5abf4 mono_arm_throw_exception + 200
2015-10-21 00:32:29.801 TestAppiOS[867:98264] critical: 9 TestAppiOS 0x000000010039be88 throw_exception + 168
2015-10-21 00:32:29.801 TestAppiOS[867:98264] critical: 10 TestAppiOS 0x00000001009f6cf0 Xamarin_Forms_MasterDetailPage_OnIsPresentedPropertyChanging_Xamarin_Forms_BindableObject_object_object + 464
2015-10-21 00:32:29.802 TestAppiOS[867:98264] critical: 11 TestAppiOS 0x0000000100933b70 Xamarin_Forms_BindableObject_SetValueActual_Xamarin_Forms_BindableProperty_Xamarin_Forms_BindableObject_BindablePropertyContext_object_bool_Xamarin_Forms_BindableObject_SetValueFlags_bool + 624
2015-10-21 00:32:29.802 TestAppiOS[867:98264] critical: 12 TestAppiOS 0x0000000100933708 Xamarin_Forms_BindableObject_SetValueCore_Xamarin_Forms_BindableProperty_object_Xamarin_Forms_BindableObject_SetValueFlags_Xamarin_Forms_BindableObject_SetValuePrivateFlags + 2216
2015-10-21 00:32:29.802 TestAppiOS[867:98264] critical: 13 TestAppiOS 0x0000000100930478 Xamarin_Forms_BindableObject_SetValue_Xamarin_Forms_BindableProperty_object_bool_bool + 984
2015-10-21 00:32:29.803 TestAppiOS[867:98264] critical: 14 TestAppiOS 0x000000010092fe4c Xamarin_Forms_BindableObject_SetValue_Xamarin_Forms_BindableProperty_object + 124
2015-10-21 00:32:29.803 TestAppiOS[867:98264] critical: 15 TestAppiOS 0x00000001009f6ae4 Xamarin_Forms_MasterDetailPage_set_IsPresented_bool + 164
2015-10-21 00:32:29.803 TestAppiOS[867:98264] critical: 16 TestAppiOS 0x0000000100849b38 Xamarin_Forms_Platform_iOS_NavigationRenderer__UpdateLeftBarButtonItemb__50_1_object_System_EventArgs + 184
2015-10-21 00:32:29.803 TestAppiOS[867:98264] critical: 17 TestAppiOS 0x00000001000b4bc0 UIKit_UIBarButtonItem_Callback_Call_Foundation_NSObject + 80
2015-10-21 00:32:29.804 TestAppiOS[867:98264] critical: 18 TestAppiOS 0x0000000100369e04 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 244
2015-10-21 00:32:29.804 TestAppiOS[867:98264] critical: 19 TestAppiOS 0x0000000100e6c094 mono_jit_runtime_invoke + 1280
2015-10-21 00:32:29.804 TestAppiOS[867:98264] critical: 20 TestAppiOS 0x0000000100ec02a8 mono_runtime_invoke + 124
2015-10-21 00:32:29.804 TestAppiOS[867:98264] critical: 21 TestAppiOS 0x0000000100e1f548 _ZL30native_to_managed_trampoline_3P11objc_objectP13objc_selectorPP11_MonoMethodS0_PKcS7_S7_ + 404
2015-10-21 00:32:29.804 TestAppiOS[867:98264] critical: 22 TestAppiOS 0x0000000100e2148c -[UIKit_UIBarButtonItem_Callback InvokeAction:] + 80
2015-10-21 00:32:29.805 TestAppiOS[867:98264] critical: 23 UIKit 0x000000018b450e68 <redacted> + 96
2015-10-21 00:32:29.805 TestAppiOS[867:98264] critical: 24 UIKit 0x000000018b450e68 <redacted> + 96
2015-10-21 00:32:29.805 TestAppiOS[867:98264] critical: 25 UIKit 0x000000018b439fc0 <redacted> + 612
2015-10-21 00:32:29.805 TestAppiOS[867:98264] critical: 26 UIKit 0x000000018b450804 <redacted> + 592
2015-10-21 00:32:29.805 TestAppiOS[867:98264] critical: 27 UIKit 0x000000018b450490 <redacted> + 700
2015-10-21 00:32:29.806 TestAppiOS[867:98264] critical: 28 UIKit 0x000000018b4499e4 <redacted> + 684
2015-10-21 00:32:29.806 TestAppiOS[867:98264] critical: 29 UIKit 0x000000018b41d1d4 <redacted> + 264
2015-10-21 00:32:29.806 TestAppiOS[867:98264] critical: 30 UIKit 0x000000018b6bb98c <redacted> + 14992
2015-10-21 00:32:29.806 TestAppiOS[867:98264] critical: 31 UIKit 0x000000018b41b73c <redacted> + 1616
2015-10-21 00:32:29.807 TestAppiOS[867:98264] critical: 32 CoreFoundation 0x0000000186c52324 <redacted> + 24
2015-10-21 00:32:29.807 TestAppiOS[867:98264] critical: 33 CoreFoundation 0x0000000186c515c8 <redacted> + 264
2015-10-21 00:32:29.807 TestAppiOS[867:98264] critical: 34 CoreFoundation 0x0000000186c4f678 <redacted> + 712
2015-10-21 00:32:29.807 TestAppiOS[867:98264] critical: 35 CoreFoundation 0x0000000186b7d664 CFRunLoopRunSpecific + 396
2015-10-21 00:32:29.807 TestAppiOS[867:98264] critical: 36 GraphicsServices 0x000000018fc8b5a4 GSEventRunModal + 168
2015-10-21 00:32:29.808 TestAppiOS[867:98264] critical: 37 UIKit 0x000000018b4824f8 UIApplicationMain + 1488
2015-10-21 00:32:29.808 TestAppiOS[867:98264] critical: 38 TestAppiOS 0x0000000100113ee4 wrapper_managed_to_native_UIKit_UIApplication_UIApplicationMain_int_string___intptr_intptr + 324
2015-10-21 00:32:29.808 TestAppiOS[867:98264] critical: 39 TestAppiOS 0x00000001000b1a3c UIKit_UIApplication_Main_string___intptr_intptr + 44
2015-10-21 00:32:29.808 TestAppiOS[867:98264] critical: 40 TestAppiOS 0x00000001000b19fc UIKit_UIApplication_Main_string___string_string + 172
2015-10-21 00:32:29.809 TestAppiOS[867:98264] critical: 41 TestAppiOS 0x0000000100080120 TestApp_iOS_Application_Main_string__ + 160
2015-10-21 00:32:29.809 TestAppiOS[867:98264] critical: 42 TestAppiOS 0x0000000100369e04 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 244
2015-10-21 00:32:29.809 TestAppiOS[867:98264] critical: 43 TestAppiOS 0x0000000100e6c094 mono_jit_runtime_invoke + 1280
2015-10-21 00:32:29.809 TestAppiOS[867:98264] critical: 44 TestAppiOS 0x0000000100ec02a8 mono_runtime_invoke + 124
2015-10-21 00:32:29.809 TestAppiOS[867:98264] critical: 45 TestAppiOS 0x0000000100ec4490 mono_runtime_exec_main + 400
2015-10-21 00:32:29.810 TestAppiOS[867:98264] critical: 46 TestAppiOS 0x0000000100f42f18 xamarin_main + 1840
2015-10-21 00:32:29.810 TestAppiOS[867:98264] critical: 47 TestAppiOS 0x0000000100e342c8 main + 96
2015-10-21 00:32:29.810 TestAppiOS[867:98264] critical: 48 libdyld.dylib 0x0000000197d5aa08 <redacted> + 4
2015-10-21 00:32:29.810 TestAppiOS[867:98264] 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