Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created September 30, 2014 17:39
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 saurabh360/22e43219f8d5924c56ce to your computer and use it in GitHub Desktop.
Save saurabh360/22e43219f8d5924c56ce to your computer and use it in GitHub Desktop.
OutputLog
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Starting iPad Retina
Launching application
Application launched. PID = 8216
Press enter to terminate the application
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.63/lib/mono/2.1/monotouch.dll [External]
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.63/lib/mono/2.1/System.Core.dll [External]
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.63/lib/mono/2.1/System.dll [External]
Thread started: #2
Loaded assembly: /Users/360_macmini/Projects/fghgfhgfh/iOS/bin/iPhoneSimulator/Debug/fghgfhgfhiOS.exe
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.63/lib/mono/2.1/System.Xml.dll [External]
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.63/lib/mono/2.1/Mono.Dynamic.Interpreter.dll [External]
Loaded assembly: /Users/360_macmini/Projects/fghgfhgfh/packages/Xamarin.Forms.1.2.2.6243/lib/MonoTouch10/Xamarin.Forms.Platform.iOS.dll [External]
Loaded assembly: /Users/360_macmini/Projects/fghgfhgfh/packages/Xamarin.Forms.1.2.2.6243/lib/MonoTouch10/Xamarin.Forms.Core.dll [External]
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.63/lib/mono/2.1/Facades/System.Runtime.dll [External]
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.63/lib/mono/2.1/Facades/System.ObjectModel.dll [External]
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.63/lib/mono/2.1/System.ComponentModel.Composition.dll [External]
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.63/lib/mono/2.1/Facades/System.Globalization.dll [External]
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.63/lib/mono/2.1/Facades/System.Collections.dll [External]
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.63/lib/mono/2.1/Facades/System.Threading.Tasks.dll [External]
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.63/lib/mono/2.1/Facades/System.Linq.Expressions.dll [External]
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.63/lib/mono/2.1/Facades/System.Dynamic.Runtime.dll [External]
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.63/lib/mono/2.1/Facades/System.Reflection.dll [External]
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.63/lib/mono/2.1/Facades/System.IO.dll [External]
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.63/lib/mono/2.1/Facades/System.ComponentModel.dll [External]
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.63/lib/mono/2.1/Facades/System.Threading.dll [External]
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.63/lib/mono/2.1/Facades/System.Runtime.Extensions.dll [External]
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.63/lib/mono/2.1/Facades/System.Reflection.Extensions.dll [External]
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.63/lib/mono/2.1/Facades/System.Linq.dll [External]
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.63/lib/mono/2.1/Facades/System.Diagnostics.Debug.dll [External]
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.63/lib/mono/2.1/System.Net.Http.dll [External]
Loaded assembly: /Users/360_macmini/Projects/fghgfhgfh/fghgfhgfh/bin/Debug/fghgfhgfh.dll
Thread started: #3
Thread started: #4
Unhandled Exception:
System.InvalidOperationException: Title property must be set on Master page
at Xamarin.Forms.MasterDetailPage.set_Master (Xamarin.Forms.Page value) [0x00000] in <filename unknown>:0
at MasterDetailTest.App.GetMainPage () [0x0003f] in /Users/360_macmini/Projects/fghgfhgfh/fghgfhgfh/App.cs:13
at fghgfhgfh.iOS.AppDelegate.FinishedLaunching (MonoTouch.UIKit.UIApplication app, MonoTouch.Foundation.NSDictionary options) [0x00021] in /Users/360_macmini/Projects/fghgfhgfh/iOS/AppDelegate.cs:24
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 fghgfhgfh.iOS.Application.Main (System.String[] args) [0x00008] in /Users/360_macmini/Projects/fghgfhgfh/iOS/Main.cs:17
2014-09-30 23:08:11.856 fghgfhgfhiOS[8216:203785] Unhandled managed exception: Title property must be set on Master page (System.InvalidOperationException)
at Xamarin.Forms.MasterDetailPage.set_Master (Xamarin.Forms.Page value) [0x00000] in <filename unknown>:0
at MasterDetailTest.App.GetMainPage () [0x0003f] in /Users/360_macmini/Projects/fghgfhgfh/fghgfhgfh/App.cs:13
at fghgfhgfh.iOS.AppDelegate.FinishedLaunching (MonoTouch.UIKit.UIApplication app, MonoTouch.Foundation.NSDictionary options) [0x00021] in /Users/360_macmini/Projects/fghgfhgfh/iOS/AppDelegate.cs:24
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 fghgfhgfh.iOS.Application.Main (System.String[] args) [0x00008] in /Users/360_macmini/Projects/fghgfhgfh/iOS/Main.cs:17
mono-rt: Stacktrace:
mono-rt:
Native stacktrace:
mono-rt: 0 fghgfhgfhiOS 0x000cde37 mono_handle_native_sigsegv + 311
mono-rt: 1 fghgfhgfhiOS 0x000da18a sigabrt_signal_handler + 122
mono-rt: 2 libsystem_platform.dylib 0x071cbdeb _sigtramp + 43
mono-rt: 3 ??? 0xffffffff 0x0 + 4294967295
mono-rt: 4 libsystem_sim_c.dylib 0x06f4ba5a abort + 156
mono-rt: 5 fghgfhgfhiOS 0x00261123 monotouch_unhandled_exception_handler + 291
mono-rt: 6 fghgfhgfhiOS 0x000ce6ab mono_invoke_unhandled_exception_hook + 91
mono-rt: 7 fghgfhgfhiOS 0x000cd69d mono_handle_exception_internal + 6685
mono-rt: 8 fghgfhgfhiOS 0x000cbc79 mono_handle_exception + 41
mono-rt: 9 fghgfhgfhiOS 0x00064878 mono_x86_throw_exception + 136
mono-rt: 10 ??? 0x14058e57 0x0 + 335908439
mono-rt: 11 ??? 0x17029968 0x0 + 386046312
mono-rt: 12 ??? 0x15e36a1c 0x0 + 367225372
mono-rt: 13 ??? 0x15e36c4c 0x0 + 367225932
mono-rt: 14 fghgfhgfhiOS 0x00101f75 mono_jit_runtime_invoke + 725
mono-rt: 15 fghgfhgfhiOS 0x001a3d1f mono_runtime_invoke + 127
mono-rt: 16 fghgfhgfhiOS 0x00257ddf monotouch_trampoline + 4991
mono-rt: 17 UIKit 0x03014edc -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 291
mono-rt: 18 UIKit 0x03015be7 -[UIApplication _callInitializationDelegatesForMainScene:transitionContext:] + 2869
mono-rt: 19 UIKit 0x0301916d -[UIApplication _runWithMainScene:transitionContext:completion:] + 1639
mono-rt: 20 UIKit 0x03031d30 __84-[UIApplication _handleApplicationActivationWithScene:transitionContext:completion:]_block_invoke + 59
mono-rt: 21 UIKit 0x03017d7f -[UIApplication workspaceDidEndTransaction:] + 155
mono-rt: 22 FrontBoardServices 0x0a2fb9de __37-[FBSWorkspace clientEndTransaction:]_block_invoke_2 + 71
mono-rt: 23 FrontBoardServices 0x0a2fb46f __40-[FBSWorkspace _performDelegateCallOut:]_block_invoke + 54
mono-rt: 24 FrontBoardServices 0x0a30d425 __31-[FBSSerialQueue performAsync:]_block_invoke + 26
mono-rt: 25 CoreFoundation 0x006237a0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 16
mono-rt: 26 CoreFoundation 0x006190b3 __CFRunLoopDoBlocks + 195
mono-rt: 27 CoreFoundation 0x00618818 __CFRunLoopRun + 936
mono-rt: 28 CoreFoundation 0x006181ab CFRunLoopRunSpecific + 443
mono-rt: 29 CoreFoundation 0x00617fdb CFRunLoopRunInMode + 123
mono-rt: 30 UIKit 0x03017744 -[UIApplication _run] + 571
mono-rt: 31 UIKit 0x0301ae16 UIApplicationMain + 1526
mono-rt: 32 ??? 0x15e2f5a8 0x0 + 367195560
mono-rt: 33 ??? 0x15e2f3b8 0x0 + 367195064
mono-rt: 34 ??? 0x15e2d750 0x0 + 367187792
mono-rt: 35 ??? 0x15e2d4e8 0x0 + 367187176
mono-rt: 36 ??? 0x15e2d627 0x0 + 367187495
mono-rt: 37 fghgfhgfhiOS 0x00101f75 mono_jit_runtime_invoke + 725
mono-rt: 38 fghgfhgfhiOS 0x001a3d1f mono_runtime_invoke + 127
mono-rt: 39 fghgfhgfhiOS 0x001a98c1 mono_runtime_exec_main + 401
mono-rt: 40 fghgfhgfhiOS 0x001a9684 mono_runtime_run_main + 628
mono-rt: 41 fghgfhgfhiOS 0x0005c73d mono_jit_exec + 93
mono-rt: 42 fghgfhgfhiOS 0x00248d05 monotouch_main + 2741
mono-rt: 43 fghgfhgfhiOS 0x002619d5 main + 117
mono-rt: 44 libdyld.dylib 0x06ea1ac9 start + 1
mono-rt:
=================================================================
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