Skip to content

Instantly share code, notes, and snippets.

@VincentDondain
Created June 20, 2018 18:18
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 VincentDondain/d4dc8d59052a311264211833b2739761 to your computer and use it in GitHub Desktop.
Save VincentDondain/d4dc8d59052a311264211833b2739761 to your computer and use it in GitHub Desktop.
MasterDetail SplitView Crash
objc[95273]: Class AMSupportURLConnectionDelegate is implemented in both /System/Library/PrivateFrameworks/EmbeddedOSInstall.framework/Versions/A/EmbeddedOSInstall (0x7fffa356e748) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1112e5160). One of the two will be used. Which one is undefined.
objc[95273]: Class AMSupportURLSession is implemented in both /System/Library/PrivateFrameworks/OSPersonalization.framework/Versions/A/OSPersonalization (0x7fffa489c9f0) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1112e51b0). One of the two will be used. Which one is undefined.
Loaded assembly: /Users/vidondai/Library/Developer/CoreSimulator/Devices/91CD4C95-8A87-4BDA-9B71-E9A3616799C4/data/Containers/Bundle/Application/E384EB04-A659-46F4-BC2E-C4DC8154CC55/Master12.app/Xamarin.iOS.dll [External]
Resolved pending breakpoint for 'UIKit.UIApplication.Main(string[], string, string)' to /Users/vidondai/Documents/xi-xcode10/xamarin-macios/src/UIKit/UIApplication.cs:61 [0x00000].
Resolved pending breakpoint for 'UIKit.UIApplication.Main(string[], System.Type, System.Type)' to /Users/vidondai/Documents/xi-xcode10/xamarin-macios/src/UIKit/UIApplication.cs:68 [0x00000].
Resolved pending breakpoint for 'UIKit.UIApplication.Main(string[])' to /Users/vidondai/Documents/xi-xcode10/xamarin-macios/src/UIKit/UIApplication.cs:73 [0x00000].
Resolved pending breakpoint for 'UIKit.UIApplication.Main(string[], System.IntPtr, System.IntPtr)' to /Users/vidondai/Documents/xi-xcode10/xamarin-macios/src/UIKit/UIApplication.cs:78 [0x00000].
Loaded assembly: /Users/vidondai/Library/Developer/CoreSimulator/Devices/91CD4C95-8A87-4BDA-9B71-E9A3616799C4/data/Containers/Bundle/Application/E384EB04-A659-46F4-BC2E-C4DC8154CC55/Master12.app/System.dll [External]
Thread started: #2
Loaded assembly: /Users/vidondai/Library/Developer/CoreSimulator/Devices/91CD4C95-8A87-4BDA-9B71-E9A3616799C4/data/Containers/Bundle/Application/E384EB04-A659-46F4-BC2E-C4DC8154CC55/Master12.app/Master12.exe
Loaded assembly: /Users/vidondai/Library/Developer/CoreSimulator/Devices/91CD4C95-8A87-4BDA-9B71-E9A3616799C4/data/Containers/Bundle/Application/E384EB04-A659-46F4-BC2E-C4DC8154CC55/Master12.app/Mono.Security.dll [External]
Loaded assembly: /Users/vidondai/Library/Developer/CoreSimulator/Devices/91CD4C95-8A87-4BDA-9B71-E9A3616799C4/data/Containers/Bundle/Application/E384EB04-A659-46F4-BC2E-C4DC8154CC55/Master12.app/System.Xml.dll [External]
Loaded assembly: /Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/Xamarin.Interactive.XS/Xamarin Inspector.app/Contents/SharedSupport/Agents/iOS/Xamarin.Interactive.iOS.dll [External]
Loaded assembly: /Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/Xamarin.Interactive.XS/Xamarin Inspector.app/Contents/SharedSupport/Agents/iOS/Xamarin.Interactive.dll [External]
Loaded assembly: /Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/Xamarin.Interactive.XS/Xamarin Inspector.app/Contents/SharedSupport/Agents/iOS/netstandard.dll [External]
2018-06-20 14:18:07.950 Master12[95277:5461873] +[CATransaction synchronize] called within transaction
2018-06-20 14:18:13.751 Master12[95277:5461873]
Unhandled Exception:
Foundation.MonoTouchException: Objective-C exception thrown. Name: NSInvalidArgumentException Reason: UISplitViewController is only supported when running under UIUserInterfaceIdiomPad
Native stack trace:
0 CoreFoundation 0x0000000108064f66 __exceptionPreprocess + 294
1 libobjc.A.dylib 0x00000001146e704d objc_exception_throw + 48
2 CoreFoundation 0x0000000108064de5 +[NSException raise:format:] + 197
3 UIKitCore 0x000000011d4b84f1 -[UISplitViewController _commonInit] + 214
4 UIKitCore 0x000000011d4b88fe -[UISplitViewController initWithCoder:] + 89
5 UIFoundation 0x000000011f4a265f UINibDecoderDecodeObjectForValue + 749
6 UIFoundation 0x000000011f4a2365 -[UINibDecoder decodeObjectForKey:] + 251
7 UIKitCore 0x000000011d417b54 -[UIRuntimeConnection initWithCoder:] + 178
8 UIFoundation 0x000000011f4a265f UINibDecoderDecodeObjectForValue + 749
9 UIFoundation 0x000000011f4a2906 UINibDecoderDecodeObjectForValue + 1428
10 UIFoundation 0x000000011f4a2365 -[UINibDecoder decodeObjectForKey:] + 251
11 UIKitCore 0x000000011d332bd7 -[UINib instantiateWithOwner:options:] + 1220
12 UIKitCore 0x000000011d51ceef -[UIStoryboard instantiateViewControllerWithIdentifier:] + 181
13 UIKitCore 0x000000011d02c056 -[UIApplication _loadMainStoryboardFileNamed:bundle:] + 112
14 UIKitCore 0x000000011d02c528 -[UIApplication _loadMainInterfaceFile] + 272
15 UIKitCore 0x000000011d02aae3 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1538
16 UIKitCore 0x000000011d8c3b0b __111-[__UICanvasLifecycleMonitor_Compatability _scheduleFirstCommitForScene:transition:firstActivation:completion:]_block_invoke + 866
17 UIKitCore 0x000000011d8c078d +[_UICanvas _enqueuePostSettingUpdateTransactionBlock:] + 153
18 UIKitCore 0x000000011d8c3748 -[__UICanvasLifecycleMonitor_Compatability _scheduleFirstCommitForScene:transition:firstActivation:completion:] + 233
19 UIKitCore 0x000000011d8c3f68 -[__UICanvasLifecycleMonitor_Compatability activateEventsOnly:withContext:completion:] + 675
20 UIKitCore 0x000000011d882f61 __82-[_UIApplicationCanvas _transitionLifecycleStateWithTransitionContext:completion:]_block_invoke + 299
21 UIKitCore 0x000000011d882dfb -[_UIApplicationCanvas _transitionLifecycleStateWithTransitionContext:completion:] + 435
22 UIKitCore 0x000000011d8c5ba4 __125-[_UICanvasLifecycleSettingsDiffAction performActionsForCanvas:withUpdatedScene:settingsDiff:fromSettings:transitionContext:]_block_invoke + 584
23 UIKitCore 0x000000011d8c64ce _performActionsWithDelayForTransitionContext + 100
24 UIKitCore 0x000000011d8c5903 -[_UICanvasLifecycleSettingsDiffAction performActionsForCanvas:withUpdatedScene:settingsDiff:fromSettings:transitionContext:] + 221
25 UIKitCore 0x000000011d8bfe2b -[_UICanvas scene:didUpdateWithDiff:transitionContext:completion:] + 392
26 UIKitCore 0x000000011d029377 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 515
27 UIKitCore 0x000000011d05b354 -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 357
28 FrontBoardServices 0x000000011a62d49a -[FBSSceneImpl _didCreateWithTransitionContext:completion:] + 448
29 FrontBoardServices 0x000000011a638605 __56-[FBSWorkspace client:handleCreateScene:withCompletion:]_block_invoke_2 + 271
30 FrontBoardServices 0x000000011a637cfa __40-[FBSWorkspace _performDelegateCallOut:]_block_invoke + 53
31 libdispatch.dylib 0x000000011502e6ed _dispatch_client_callout + 8
32 libdispatch.dylib 0x0000000115031829 _dispatch_block_invoke_direct + 314
33 FrontBoardServices 0x000000011a66c6f8 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 30
34 FrontBoardServices 0x000000011a66c3b0 -[FBSSerialQueue _performNext] + 457
35 FrontBoardServices 0x000000011a66c990 -[FBSSerialQueue _performNextFromRunLoopSource] + 45
36 CoreFoundation 0x0000000107fc89a1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
37 CoreFoundation 0x0000000107fc8213 __CFRunLoopDoSources0 + 243
38 CoreFoundation 0x0000000107fc286f __CFRunLoopRun + 1279
39 CoreFoundation 0x0000000107fc2031 CFRunLoopRunSpecific + 625
40 GraphicsServices 0x000000011897e136 GSEventRunModal + 62
41 UIKitCore 0x000000011d02c839 UIApplicationMain + 140
42 ??? 0x00000001390f3a57 0x0 + 5252266583
43 ??? 0x00000001390f37c3 0x0 + 5252265923
at ObjCRuntime.Runtime.ThrowNSException (System.IntPtr ns_exception) [0x00000] in /Users/vidondai/Documents/xi-xcode10/xamarin-macios/src/ObjCRuntime/Runtime.cs:398
at ObjCRuntime.Runtime.throw_ns_exception (System.IntPtr exc) [0x00000] in /Users/vidondai/Documents/xi-xcode10/xamarin-macios/runtime/Delegates.generated.cs:126
at (wrapper native-to-managed) ObjCRuntime.Runtime.throw_ns_exception(intptr)
--- End of stack trace from previous location where exception was thrown ---
at (wrapper managed-to-native) UIKit.UIApplication.UIApplicationMain(int,string[],intptr,intptr)
at UIKit.UIApplication.Main (System.String[] args, System.IntPtr principal, System.IntPtr delegate) [0x00005] in /Users/vidondai/Documents/xi-xcode10/xamarin-macios/src/UIKit/UIApplication.cs:79
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0002c] in /Users/vidondai/Documents/xi-xcode10/xamarin-macios/src/UIKit/UIApplication.cs:63
at Master12.Application.Main (System.String[] args) [0x00001] in /Users/vidondai/Projects/Master12/Master12/Main.cs:10 0 CoreFoundation 0x0000000108064f66 __exceptionPreprocess + 294
1 libobjc.A.dylib 0x00000001146e704d objc_exception_throw + 48
2 CoreFoundation 0x0000000108064de5 +[NSException raise:format:] + 197
3 UIKitCore 0x000000011d4b84f1 -[UISplitViewController _commonInit] + 214
4 UIKitCore 0x000000011d4b88fe -[UISplitViewController initWithCoder:] + 89
5 UIFoundation 0x000000011f4a265f UINibDecoderDecodeObjectForValue + 749
6 UIFoundation 0x000000011f4a2365 -[UINibDecoder decodeObjectForKey:] + 251
7 UIKitCore 0x000000011d417b54 -[UIRuntimeConnection initWithCoder:] + 178
8 UIFoundation 0x000000011f4a265f UINibDecoderDecodeObjectForValue + 749
9 UIFoundation 0x000000011f4a2906 UINibDecoderDecodeObjectForValue + 1428
10 UIFoundation 0x000000011f4a2365 -[UINibDecoder decodeObjectForKey:] + 251
11 UIKitCore 0x000000011d332bd7 -[UINib instantiateWithOwner:options:] + 1220
12 UIKitCore 0x000000011d51ceef -[UIStoryboard instantiateViewControllerWithIdentifier:] + 181
13 UIKitCore 0x000000011d02c056 -[UIApplication _loadMainStoryboardFileNamed:bundle:] + 112
14 UIKitCore 0x000000011d02c528 -[UIApplication _loadMainInterfaceFile] + 272
15 UIKitCore 0x000000011d02aae3 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1538
16 UIKitCore 0x000000011d8c3b0b __111-[__UICanvasLifecycleMonitor_Compatability _scheduleFirstCommitForScene:transition:firstActivation:completion:]_block_invoke + 866
17 UIKitCore 0x000000011d8c078d +[_UICanvas _enqueuePostSettingUpdateTransactionBlock:] + 153
18 UIKitCore 0x000000011d8c3748 -[__UICanvasLifecycleMonitor_Compatability _scheduleFirstCommitForScene:transition:firstActivation:completion:] + 233
19 UIKitCore 0x000000011d8c3f68 -[__UICanvasLifecycleMonitor_Compatability activateEventsOnly:withContext:completion:] + 675
20 UIKitCore 0x000000011d882f61 __82-[_UIApplicationCanvas _transitionLifecycleStateWithTransitionContext:completion:]_block_invoke + 299
21 UIKitCore 0x000000011d882dfb -[_UIApplicationCanvas _transitionLifecycleStateWithTransitionContext:completion:] + 435
22 UIKitCore 0x000000011d8c5ba4 __125-[_UICanvasLifecycleSettingsDiffAction performActionsForCanvas:withUpdatedScene:settingsDiff:fromSettings:transitionContext:]_block_invoke + 584
23 UIKitCore 0x000000011d8c64ce _performActionsWithDelayForTransitionContext + 100
24 UIKitCore 0x000000011d8c5903 -[_UICanvasLifecycleSettingsDiffAction performActionsForCanvas:withUpdatedScene:settingsDiff:fromSettings:transitionContext:] + 221
25 UIKitCore 0x000000011d8bfe2b -[_UICanvas scene:didUpdateWithDiff:transitionContext:completion:] + 392
26 UIKitCore 0x000000011d029377 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 515
27 UIKitCore 0x000000011d05b354 -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 357
28 FrontBoardServices 0x000000011a62d49a -[FBSSceneImpl _didCreateWithTransitionContext:completion:] + 448
29 FrontBoardServices 0x000000011a638605 __56-[FBSWorkspace client:handleCreateScene:withCompletion:]_block_invoke_2 + 271
30 FrontBoardServices 0x000000011a637cfa __40-[FBSWorkspace _performDelegateCallOut:]_block_invoke + 53
31 libdispatch.dylib 0x000000011502e6ed _dispatch_client_callout + 8
32 libdispatch.dylib 0x0000000115031829 _dispatch_block_invoke_direct + 314
33 FrontBoardServices 0x000000011a66c6f8 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 30
34 FrontBoardServices 0x000000011a66c3b0 -[FBSSerialQueue _performNext] + 457
35 FrontBoardServices 0x000000011a66c990 -[FBSSerialQueue _performNextFromRunLoopSource] + 45
36 CoreFoundation 0x0000000107fc89a1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
37 CoreFoundation 0x0000000107fc8213 __CFRunLoopDoSources0 + 243
38 CoreFoundation 0x0000000107fc286f __CFRunLoopRun + 1279
39 CoreFoundation 0x0000000107fc2031 CFRunLoopRunSpecific + 625
40 GraphicsServices 0x000000011897e136 GSEventRunModal + 62
41 UIKitCore 0x000000011d02c839 UIApplicationMain + 140
42 ??? 0x00000001390f3a57 0x0 + 5252266583
43 ??? 0x00000001390f37c3 0x0 + 5252265923
2018-06-20 14:18:13.753 Master12[95277:5461873] Unhandled managed exception:
Objective-C exception thrown. Name: NSInvalidArgumentException Reason: UISplitViewController is only supported when running under UIUserInterfaceIdiomPad
Native stack trace:
0 CoreFoundation 0x0000000108064f66 __exceptionPreprocess + 294
1 libobjc.A.dylib 0x00000001146e704d objc_exception_throw + 48
2 CoreFoundation 0x0000000108064de5 +[NSException raise:format:] + 197
3 UIKitCore 0x000000011d4b84f1 -[UISplitViewController _commonInit] + 214
4 UIKitCore 0x000000011d4b88fe -[UISplitViewController initWithCoder:] + 89
5 UIFoundation 0x000000011f4a265f UINibDecoderDecodeObjectForValue + 749
6 UIFoundation 0x000000011f4a2365 -[UINibDecoder decodeObjectForKey:] + 251
7 UIKitCore 0x000000011d417b54 -[UIRuntimeConnection initWithCoder:] + 178
8 UIFoundation 0x000000011f4a265f UINibDecoderDecodeObjectForValue + 749
9 UIFoundation 0x000000011f4a2906 UINibDecoderDecodeObjectForValue + 1428
10 UIFoundation 0x000000011f4a2365 -[UINibDecoder decodeObjectForKey:] + 251
11 UIKitCore 0x000000011d332bd7 -[UINib instantiateWithOwner:options:] + 1220
12 UIKitCore 0x000000011d51ceef -[UIStoryboard instantiateViewControllerWithIdentifier:] + 181
13 UIKitCore 0x000000011d02c056 -[UIApplication _loadMainStoryboardFileNamed:bundle:] + 112
14 UIKitCore 0x000000011d02c528 -[UIApplication _loadMainInterfaceFile] + 272
15 UIKitCore 0x000000011d02aae3 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1538
16 UIKitCore 0x000000011d8c3b0b __111-[__UICanvasLifecycleMonitor_Compatability _scheduleFirstCommitForScene:transition:firstActivation:completion:]_block_invoke + 866
17 UIKitCore 0x000000011d8c078d +[_UICanvas _enqueuePostSettingUpdateTransactionBlock:] + 153
18 UIKitCore 0x000000011d8c3748 -[__UICanvasLifecycleMonitor_Compatability _scheduleFirstCommitForScene:transition:firstActivation:completion:] + 233
19 UIKitCore 0x000000011d8c3f68 -[__UICanvasLifecycleMonitor_Compatability activateEventsOnly:withContext:completion:] + 675
20 UIKitCore 0x000000011d882f61 __82-[_UIApplicationCanvas _transitionLifecycleStateWithTransitionContext:completion:]_block_invoke + 299
21 UIKitCore 0x000000011d882dfb -[_UIApplicationCanvas _transitionLifecycleStateWithTransitionContext:completion:] + 435
22 UIKitCore 0x000000011d8c5ba4 __125-[_UICanvasLifecycleSettingsDiffAction performActionsForCanvas:withUpdatedScene:settingsDiff:fromSettings:transitionContext:]_block_invoke + 584
23 UIKitCore 0x000000011d8c64ce _performActionsWithDelayForTransitionContext + 100
24 UIKitCore 0x000000011d8c5903 -[_UICanvasLifecycleSettingsDiffAction performActionsForCanvas:withUpdatedScene:settingsDiff:fromSettings:transitionContext:] + 221
25 UIKitCore 0x000000011d8bfe2b -[_UICanvas scene:didUpdateWithDiff:transitionContext:completion:] + 392
26 UIKitCore 0x000000011d029377 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 515
27 UIKitCore 0x000000011d05b354 -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 357
28 FrontBoardServices 0x000000011a62d49a -[FBSSceneImpl _didCreateWithTransitionContext:completion:] + 448
29 FrontBoardServices 0x000000011a638605 __56-[FBSWorkspace client:handleCreateScene:withCompletion:]_block_invoke_2 + 271
30 FrontBoardServices 0x000000011a637cfa __40-[FBSWorkspace _performDelegateCallOut:]_block_invoke + 53
31 libdispatch.dylib 0x000000011502e6ed _dispatch_client_callout + 8
32 libdispatch.dylib 0x0000000115031829 _dispatch_block_invoke_direct + 314
33 FrontBoardServices 0x000000011a66c6f8 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 30
34 FrontBoardServices 0x000000011a66c3b0 -[FBSSerialQueue _performNext] + 457
35 FrontBoardServices 0x000000011a66c990 -[FBSSerialQueue _performNextFromRunLoopSource] + 45
36 CoreFoundation 0x0000000107fc89a1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
37 CoreFoundation 0x0000000107fc8213 __CFRunLoopDoSources0 + 243
38 CoreFoundation 0x0000000107fc286f __CFRunLoopRun + 1279
39 CoreFoundation 0x0000000107fc2031 CFRunLoopRunSpecific + 625
40 GraphicsServices 0x000000011897e136 GSEventRunModal + 62
41 UIKitCore 0x000000011d02c839 UIApplicationMain + 140
42 ??? 0x00000001390f3a57 0x0 + 5252266583
43 ??? 0x00000001390f37c3 0x0 + 5252265923
(Foundation.MonoTouchException)
at ObjCRuntime.Runtime.ThrowNSException (System.IntPtr ns_exception) [0x00000] in /Users/vidondai/Documents/xi-xcode10/xamarin-macios/src/ObjCRuntime/Runtime.cs:398
at ObjCRuntime.Runtime.throw_ns_exception (System.IntPtr exc) [0x00000] in /Users/vidondai/Documents/xi-xcode10/xamarin-macios/runtime/Delegates.generated.cs:126
at (wrapper native-to-managed) ObjCRuntime.Runtime.throw_ns_exception(intptr)
--- End of stack trace from previous location where exception was thrown ---
at (wrapper managed-to-native) UIKit.UIApplication.UIApplicationMain(int,string[],intptr,intptr)
at UIKit.UIApplication.Main (System.String[] args, System.IntPtr principal, System.IntPtr delegate) [0x00005] in /Users/vidondai/Documents/xi-xcode10/xamarin-macios/src/UIKit/UIApplication.cs:79
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0002c] in /Users/vidondai/Documents/xi-xcode10/xamarin-macios/src/UIKit/UIApplication.cs:63
at Master12.Application.Main (System.String[] args) [0x00001] in /Users/vidondai/Projects/Master12/Master12/Main.cs:10
2018-06-20 14:18:13.755 Master12[95277:5461873] critical: Stacktrace:
2018-06-20 14:18:13.755 Master12[95277:5461873] critical:
Native stacktrace:
2018-06-20 14:18:13.761 Master12[95277:5461873] critical: 0 Master12 0x00000001076f2664 mono_handle_native_crash + 244
2018-06-20 14:18:13.762 Master12[95277:5461873] critical: 1 libsystem_platform.dylib 0x00000001153fef5a _sigtramp + 26
2018-06-20 14:18:13.762 Master12[95277:5461873] critical: 2 ??? 0x000000000000ffff 0x0 + 65535
2018-06-20 14:18:13.762 Master12[95277:5461873] critical: 3 libsystem_c.dylib 0x0000000115187b81 abort + 127
2018-06-20 14:18:13.762 Master12[95277:5461873] critical: 4 Master12 0x00000001078ebdbf xamarin_unhandled_exception_handler + 47
2018-06-20 14:18:13.762 Master12[95277:5461873] critical: 5 Master12 0x000000010777f8c4 mono_invoke_unhandled_exception_hook + 148
2018-06-20 14:18:13.762 Master12[95277:5461873] critical: 6 Master12 0x00000001076f2119 mono_handle_exception_internal + 6105
2018-06-20 14:18:13.762 Master12[95277:5461873] critical: 7 Master12 0x00000001076f0939 mono_handle_exception + 25
2018-06-20 14:18:13.763 Master12[95277:5461873] critical: 8 Master12 0x000000010765be6f mono_amd64_throw_exception + 143
2018-06-20 14:18:13.763 Master12[95277:5461873] critical: 9 ??? 0x000000013622f827 0x0 + 5203228711
2018-06-20 14:18:13.763 Master12[95277:5461873] critical: 10 Master12 0x00000001078eb987 xamarin_process_managed_exception_gchandle + 55
2018-06-20 14:18:13.763 Master12[95277:5461873] critical: 11 Master12 0x00000001078eb943 xamarin_ftnptr_exception_handler + 19
2018-06-20 14:18:13.763 Master12[95277:5461873] critical: 12 ??? 0x0000000138dd1ffb 0x0 + 5248983035
2018-06-20 14:18:13.763 Master12[95277:5461873] critical: 13 Master12 0x00000001078e99e4 xamarin_throw_ns_exception + 36
2018-06-20 14:18:13.764 Master12[95277:5461873] critical: 14 Master12 0x00000001078ec7c5 _ZL17exception_handlerP11NSException + 181
2018-06-20 14:18:13.764 Master12[95277:5461873] critical: 15 CoreFoundation 0x000000010806543b __handleUncaughtException + 987
2018-06-20 14:18:13.764 Master12[95277:5461873] critical: 16 libobjc.A.dylib 0x00000001146e73b5 _ZL15_objc_terminatev + 91
2018-06-20 14:18:13.764 Master12[95277:5461873] critical: 17 libc++abi.dylib 0x000000011541c022 _ZSt11__terminatePFvvE + 8
2018-06-20 14:18:13.764 Master12[95277:5461873] critical: 18 libc++abi.dylib 0x000000011541c0a3 _ZSt9terminatev + 51
2018-06-20 14:18:13.764 Master12[95277:5461873] critical: 19 libdispatch.dylib 0x000000011502e701 _dispatch_client_callout + 28
2018-06-20 14:18:13.764 Master12[95277:5461873] critical: 20 libdispatch.dylib 0x0000000115031829 _dispatch_block_invoke_direct + 314
2018-06-20 14:18:13.765 Master12[95277:5461873] critical: 21 FrontBoardServices 0x000000011a66c6f8 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 30
2018-06-20 14:18:13.765 Master12[95277:5461873] critical: 22 FrontBoardServices 0x000000011a66c3b0 -[FBSSerialQueue _performNext] + 457
2018-06-20 14:18:13.765 Master12[95277:5461873] critical: 23 FrontBoardServices 0x000000011a66c990 -[FBSSerialQueue _performNextFromRunLoopSource] + 45
2018-06-20 14:18:13.765 Master12[95277:5461873] critical: 24 CoreFoundation 0x0000000107fc89a1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
2018-06-20 14:18:13.765 Master12[95277:5461873] critical: 25 CoreFoundation 0x0000000107fc8213 __CFRunLoopDoSources0 + 243
2018-06-20 14:18:13.765 Master12[95277:5461873] critical: 26 CoreFoundation 0x0000000107fc286f __CFRunLoopRun + 1279
2018-06-20 14:18:13.765 Master12[95277:5461873] critical: 27 CoreFoundation 0x0000000107fc2031 CFRunLoopRunSpecific + 625
2018-06-20 14:18:13.765 Master12[95277:5461873] critical: 28 GraphicsServices 0x000000011897e136 GSEventRunModal + 62
2018-06-20 14:18:13.765 Master12[95277:5461873] critical: 29 UIKitCore 0x000000011d02c839 UIApplicationMain + 140
2018-06-20 14:18:13.766 Master12[95277:5461873] critical: 30 ??? 0x00000001390f3a57 0x0 + 5252266583
2018-06-20 14:18:13.766 Master12[95277:5461873] critical: 31 ??? 0x00000001390f37c3 0x0 + 5252265923
2018-06-20 14:18:13.766 Master12[95277:5461873] 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