Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App crashes when it looses focus in background on iPad #27483

Open
JPfahl opened this issue Jan 30, 2025 · 5 comments
Open

App crashes when it looses focus in background on iPad #27483

JPfahl opened this issue Jan 30, 2025 · 5 comments
Labels
area-theme Themes, theming platform/iOS 🍎 s/needs-info Issue needs more info from the author t/bug Something isn't working

Comments

@JPfahl
Copy link

JPfahl commented Jan 30, 2025

Description

App runs fine but crashes in the background. This makes deploying a maui app to iPad impossible.

Steps to Reproduce

Created a new .net maui app project. Changed no code. Run it on an iPad. Swipe to put it into background, select any other app. App terminates with the following error:

INFO: [iOS Debugger] Connecting to "Jeff's iPad Pro" over USB on port 10000...
INFO: Starting debugger connection to the app 'DevMauiApp9.0.30'. Debugger port: 51849, Device port: 10000
INFO: Creating command connection...
INFO: Connecting to debug console stream...
INFO: Waiting for the debugger connection signal...
INFO: [iOS Debugger] Connected to "Jeff's iPad Pro" over USB on port 10000.
INFO: [iOS Debugger] Connecting to "Jeff's iPad Pro" over USB on port 10000...
INFO: [iOS Debugger] Connecting to "Jeff's iPad Pro" over USB on port 10000...
INFO: Debugger connection signal received
INFO: Connecting to remote debugger on port 51849...
INFO: [iOS Debugger] Connected to "Jeff's iPad Pro" over USB on port 10000.
INFO: Connecting to debug stream from device...
INFO: [iOS Debugger] Connected to "Jeff's iPad Pro" over USB on port 10000.
INFO: Connecting to debug stream from remote debugger...
INFO: Debugger connection completed
Thread started:  #2
Resolved pending breakpoint for 'DevMauiApp_9._0._30.Program.Main(System.String[])' to C:\Dev\Projects\DevMauiApp 9.0.30\DevMauiApp 9.0.30\Platforms\iOS\Program.cs:10 [0x00000].
Resolved pending breakpoint for 'Xamarin.HotReload.HotReloadAgent.BreakpointSendToIde(System.String)' to D:\a\_work\1\s\HotReload\Source\Xamarin.HotReload.Agent\HotReloadAgent.cs:425 [0x00000].
Resolved pending breakpoint for 'Xamarin.HotReload.HotReloadAgent.BreakpointCheckpoint()' to D:\a\_work\1\s\HotReload\Source\Xamarin.HotReload.Agent\HotReloadAgent.cs:420 [0x00000].
INFO: 2025-01-30 13:37:06.012 DevMauiApp 9.0.30[17477:13576828] You've implemented -[<UIApplicationDelegate> application:performFetchWithCompletionHandler:], but you still need to add "fetch" to the list of your supported UIBackgroundModes in your Info.plist.

Thread started:  #3
Thread started:  #4
Thread started:  #5
INFO: 2025-01-30 13:37:07.016 DevMauiApp 9.0.30[17477:13576828] WARNING: This app's CFBundleDevelopmentRegion is not a string value. This can lead to unexpected results at runtime. Please change CFBundleDevelopmentRegion in your Info.plist to a string value.

Thread started: .NET Timer #6
Thread started: <Thread Pool> #7
Thread started: .NET TP Gate #8
Thread started: <Thread Pool> #9
INFO: *** Terminating app due to uncaught exception 'System.Reflection.TargetInvocationException', reason: 'Exception has been thrown by the target of an invocation. (System.Reflection.TargetInvocationException)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
   at Microsoft.Maui.WeakEventManager.HandleEvent(Object sender, Object args, String eventName)
   at Microsoft.Maui.Controls.Application.TriggerThemeChangedActual()
   at Microsoft.Maui.Controls.Application.set_PlatformAppTheme(AppTheme value)
   at Microsoft.Maui.Controls.Application.Microsoft.Maui.IApplication.ThemeChanged()
   at Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRootRenderer.TraitCollectionDidChange(UITraitCollec
INFO: tion previousTraitCollection)
   at Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRootRenderer.__Registrar_Callbacks__.callback_102_Microsoft_Maui_Controls_Platform_Compatibility_ShellSectionRootRenderer_TraitCollectionDidChange(IntPtr pobj, IntPtr sel, IntPtr p0, IntPtr* exception_gchandle)
The method or operation is not implemented. (System.NotImplementedException)
   at DevMauiApp_9._0._30.App.App_RequestedThemeChanged(Object sender, AppThemeChangedEventArgs e) in C:\Dev\Projects\DevMauiApp 9.0.30\DevMauiApp 9.0.30\App.xaml.cs:line 14
   at System.Object.InvokeStub_App.App_RequestedThemeChanged(Object , Span`1 )
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
'
*** First throw call stack:
(0x18c7007cc 0x1899d32e4 0x1055c3cdc 0x1055c3820 0x10582779c 0x18eed444c 0x18ef49da0 0x18eee89f8 0x18eee8afc 0x18eee8afc 0x18eee8ba0 0x18eee8ba0 0x18eee8afc 0x18eee8ba0 0x18eee8ba0 0x18eee8ba0 0x18eee8afc
INFO: 	0x21493c820 - /usr/lib/libc++abi.dylib : _ZSt9terminatev
	0x1943d60e4 - /usr/lib/system/libdispatch.dylib : <redacted>
	0x1943d9b14 - /usr/lib/system/libdispatch.dylib : <redacted>
	0x1a5c9f300 - /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices : <redacted>
	0x1a5c9f280 - /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices : <redacted>
	0x1a5c9f158 - /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices : <redacted>
	0x18c6d4328 - /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation : <redacted>

INFO: 	0x1057e7a78 - /private/var/containers/Bundle/Application/5C115D1F-8033-4116-B8F5-9F5E18372EFE/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : do_icall

INFO: 	0x1057e604c - /private/var/containers/Bundle/Application/5C115D1F-8033-4116-B8F5-9F5E18372EFE/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : do_icall_wrapper

INFO: 	0x1057a75a0 - /private/var/containers/Bundle/Application/5C115D1F-8033-4116-B8F5-9F5E18372EFE/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : mono_jit_runtime_invoke

INFO: 	0x105755294 - /private/var/containers/Bundle/Application/5C115D1F-8033-4116-B8F5-9F5E18372EFE/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : mono_runtime_exec_main_checked

INFO: 	0x10574f390 - /private/var/containers/Bundle/Application/5C115D1F-8033-4116-B8F5-9F5E18372EFE/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : mono_runtime_invoke_checked

INFO:   at DevMauiApp_9._0._30.App.App_RequestedThemeChanged(Object sender, AppThemeChangedEventArgs e) in C:\Dev\Projects\DevMauiApp 9.0.30\DevMauiApp 9.0.30\App.xaml.cs:line 14
   at System.Object.InvokeStub_App.App_RequestedThemeChanged(Object , Span`1 )
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   --- End of inner exception stack trace ---
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
   at Microsoft.Maui.WeakEventManager.HandleEvent(Object sender, Object args, String eventName)
   at Microsoft.Maui.Controls.Application.TriggerThemeChangedActual()
   at Microsoft.Maui.Controls.Appl
INFO: lags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
   at Microsoft.Maui.WeakEventManager.HandleEvent(Object sender, Object args, String eventName)
   at Microsoft.Maui.Controls.Application.TriggerThemeChangedActual()
   at Microsoft.Maui.Controls.Application.set_PlatformAppTheme(AppTheme value)
   at Microsoft.Maui.Controls.Application.Microsoft.Maui.IApplication.ThemeChanged()
   at Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRootRenderer.TraitCollectionDidChange(UITraitCollection previousTraitCollection)
   at Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRootRenderer.__Registrar_Callbacks__.callback_102_Microsoft_Maui_Controls_Platform_Compatibility_ShellSectionRootRenderer_TraitCollectionDidChange(IntPtr pobj, IntPtr sel, IntPtr p0, IntPtr* exception_gchandle)
The method or operation is not implemented. (System.NotImplementedException)
   at DevMauiApp_9._0._30.App.App_RequestedThe
INFO: 	0x18c6d42bc - /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation : <redacted>
	0x18c6d1dc0 - /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation : <redacted>
	0x18c6d0fbc - /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation : <redacted>
	0x18c6d0830 - /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation : CFRunLoopRunSpecific
	0x1d86b01c4 - /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices : GSEventRunModal
	0x18f236eb0 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : <redacted>
	0x18f2e55b4 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : UIApplicationMain

INFO: ication.set_PlatformAppTheme(AppTheme value)
   at Microsoft.Maui.Controls.Application.Microsoft.Maui.IApplication.ThemeChanged()
   at Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRootRenderer.TraitCollectionDidChange(UITraitCollection previousTraitCollection)
   at Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRootRenderer.__Registrar_Callbacks__.callback_102_Microsoft_Maui_Controls_Platform_Compatibility_ShellSectionRootRenderer_TraitCollectionDidChange(IntPtr pobj, IntPtr sel, IntPtr p0, IntPtr* exception_gchandle)
2025-01-30 13:37:30.597 DevMauiApp 9.0.30[17477:13576828] Received unhandled Objective-C exception that was marshalled from a managed exception: Exception has been thrown by the target of an invocation. (System.Reflection.TargetInvocationException)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingF
INFO: meChanged(Object sender, AppThemeChangedEventArgs e) in C:\Dev\Projects\DevMauiApp 9.0.30\DevMauiApp 9.0.30\App.xaml.cs:line 14
   at System.Object.InvokeStub_App.App_RequestedThemeChanged(Object , Span`1 )
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

=================================================================
	Native Crash Reporting
=================================================================
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.
=================================================================

=================================================================
	Native stacktrace:
=================================================================
	0x1057d76b4 - /private/var/containers/Bundle/Application/5C115D1F-8033-4116-B8F5-9F5E18372EFE/DevMauiApp 9.0.30.app/DevMauiApp 9
INFO: 	0x1055ac5f4 - /private/var/containers/Bundle/Application/5C115D1F-8033-4116-B8F5-9F5E18372EFE/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : xamarin_UIApplicationMain

INFO:  0x18eee8ba0 0x18eee8afc 0x18eee8720 0x18eee8618 0x18ee710c0 0x18e1a7c28 0x18e1a77b4 0x18e1fe914 0x18e17d7c4 0x18ffa77d8 0x18ffa6f10 0x18ffa7748 0x18eee3f30 0x18ffa7534 0x18f68e36c 0x1901b7c64 0x18ffa7414 0x18ffa8610 0x1a5cfb088 0x1a5cfb0a4 0x1a5cfab1c 0x18ffa8560 0x18ffa7e00 0x18ffa8410 0x18f68e278 0x18f68e490 0x18ffa828c 0x19046b954 0x19046b7d0 0x18f07a190 0x18f139824 0x18f139404 0x1a5cc01bc 0x1a5cbfd6c 0x1a5c8f3c8 0x1a5c9ddb8 0x1a5c9dc44 0x1a5ca2114 0x1943d60d0 0x1943d9b14 0x1a5c9f300 0x1a5c9f280 0x1a5c9f158 0x18c6d4328 0x18c6d42bc 0x18c6d1dc0 0x18c6d0fbc 0x18c6d0830 0x1d86b01c4 0x18f236eb0 0x18f2e55b4 0x1055ac5f4 0x1057e7a78 0x1057e604c 0x1057db0a8 0x1057d8c74 0x1057a75a0 0x10574f390 0x105755294 0x1057adfb8 0x1055d71fc 0x105818710 0x1b20beec8)
2025-01-30 13:37:30.597 DevMauiApp 9.0.30[17477:13576828] 
Unhandled Exception:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
 ---> System.NotImplementedException: The method or operation is not implemented.
 
INFO: 	0x1055c4360 - /private/var/containers/Bundle/Application/5C115D1F-8033-4116-B8F5-9F5E18372EFE/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : _ZL17exception_handlerP11NSException
	0x18c7fb9f0 - /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation : <redacted>
	0x1899eee08 - /usr/lib/libobjc.A.dylib : <redacted>
	0x21493c87c - /usr/lib/libc++abi.dylib : <redacted>

INFO: 	0x1057adfb8 - /private/var/containers/Bundle/Application/5C115D1F-8033-4116-B8F5-9F5E18372EFE/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : mono_jit_exec

INFO: 	0x1055d71fc - /private/var/containers/Bundle/Application/5C115D1F-8033-4116-B8F5-9F5E18372EFE/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : xamarin_main

INFO: 	0x1057d8c74 - /private/var/containers/Bundle/Application/5C115D1F-8033-4116-B8F5-9F5E18372EFE/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : interp_runtime_invoke

INFO: .0.30 : mono_dump_native_crash_info
	0x1057c1e0c - /private/var/containers/Bundle/Application/5C115D1F-8033-4116-B8F5-9F5E18372EFE/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : mono_handle_native_crash
	0x1058f9408 - /private/var/containers/Bundle/Application/5C115D1F-8033-4116-B8F5-9F5E18372EFE/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : sigabrt_signal_handler.cold.1
	0x1057d6f34 - /private/var/containers/Bundle/Application/5C115D1F-8033-4116-B8F5-9F5E18372EFE/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : mono_runtime_setup_stat_profiler
	0x214964afc - /usr/lib/system/libsystem_platform.dylib : <redacted>
	0x214b2eef8 - /usr/lib/system/libsystem_pthread.dylib : pthread_kill
	0x19448fad8 - /usr/lib/system/libsystem_c.dylib : abort

INFO: 	0x1057db0a8 - /private/var/containers/Bundle/Application/5C115D1F-8033-4116-B8F5-9F5E18372EFE/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : mono_interp_exec_method

INFO: Disposing input and output streams...
The app has been terminated.
INFO: Closing debug connection from device (USB)
INFO: 	0x105818710 - /private/var/containers/Bundle/Application/5C115D1F-8033-4116-B8F5-9F5E18372EFE/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : main
	0x1b20beec8 - /usr/lib/dyld : <redacted>

INFO: 01 00 54 7f 23 03 d5 fd 7b bf a9 fd 03 00 91  ...T.#...{......
0x1dca9d1e4  31 ec ff 97 bf 03 00 91 fd 7b c1 a8 ff 0f 5f d6  1......
ERROR: An error occurred while writing to the debug stream. Details: ObjectDisposed_Generic
ObjectDisposed_ObjectName_Name, UsbStream
INFO: Disposing input and output streams...
ERROR: An error occurred when writing to the output stream. Details: net_io_readfailure, Operation canceled
INFO: Disposing console and debugger streams...
INFO: 
=================================================================
	Basic Fault Address Reporting
=================================================================
Memory around native instruction pointer (0x1dca9d1d4):0x1dca9d1c4  ff 0f 5f d6 c0 03 5f d6 10 29 80 d2 01 10 00 d4  .._..._..)......
0x1dca9d1d4  03 
INFO: ..{...._.
0x1dca9d1f4  c0 03 5f d6 10 27 80 d2 01 10 00 d4 03 01 00 54  .._..'.........T

=================================================================
	Managed Stacktrace:
=================================================================
	  at <unknown> <0xffffffff>
	  at UIKit.UIApplication:xamarin_UIApplicationMain <0x000b8>
	  at UIKit.UIApplication:UIApplicationMain <0x0006e>
	  at UIKit.UIApplication:Main <0x00152>
	  at DevMauiApp_9._0._30.Program:Main <0x0002c>
	  at <Module>:runtime_invoke_direct_void_string[] <0x0007e>
	  at <unknown> <0x00000>
=================================================================

INFO: Closing debug connection from remote debugger (TCP)
The app has been terminated.

Link to public reproduction project repository

No response

Version with bug

9.0.30 SR3

Is this a regression from previous behavior?

Yes, this used to work in .NET MAUI

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

18

Did you find any workaround?

no

Relevant log output

@JPfahl JPfahl added the t/bug Something isn't working label Jan 30, 2025
@jfversluis
Copy link
Member

From the logs it seems like you're deploying from Windows to your iPad without any other Mac device involved, is that correct?

Couple of questions:

  • Was there an earlier version of .NET MAUI that did work? Could you check if you downgrade a couple of versions?
  • Does it work on iOS?
  • Do you have the possibility to deploy with a Mac machine on your network (aka not using Hot Restart)

I think the important part is here, seems like something with the dark theme/light theming:

INFO: *** Terminating app due to uncaught exception 'System.Reflection.TargetInvocationException', reason: 'Exception has been thrown by the target of an invocation. (System.Reflection.TargetInvocationException)
at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at Microsoft.Maui.WeakEventManager.HandleEvent(Object sender, Object args, String eventName)
at Microsoft.Maui.Controls.Application.TriggerThemeChangedActual()
at Microsoft.Maui.Controls.Application.set_PlatformAppTheme(AppTheme value)
at Microsoft.Maui.Controls.Application.Microsoft.Maui.IApplication.ThemeChanged()
at Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRootRenderer.TraitCollectionDidChange(UITraitCollec
INFO: tion previousTraitCollection)
at Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRootRenderer.Registrar_Callbacks.callback_102_Microsoft_Maui_Controls_Platform_Compatibility_ShellSectionRootRenderer_TraitCollectionDidChange(IntPtr pobj, IntPtr sel, IntPtr p0, IntPtr* exception_gchandle)
The method or operation is not implemented. (System.NotImplementedException)
at DevMauiApp_9._0._30.App.App_RequestedThemeChanged(Object sender, AppThemeChangedEventArgs e) in C:\Dev\Projects\DevMauiApp 9.0.30\DevMauiApp 9.0.30\App.xaml.cs:line 14
at System.Object.InvokeStub_App.App_RequestedThemeChanged(Object , Span`1 )
at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

@jfversluis jfversluis added platform/iOS 🍎 s/needs-info Issue needs more info from the author area-theme Themes, theming labels Jan 31, 2025
@JPfahl
Copy link
Author

JPfahl commented Feb 3, 2025

I went back to the default app and I could not recreate the exception with the default code the second time around. I have however determined the source of the exception in my code. In the default app generated by visual studio for a new maui application if you set the FlyoutBackground of the Shell in the styles.xaml to anything you will get the following exception when the app is placed in the background and another app is activated. Setting FlyoutBackgroundColor seems to work ok. I believe I was using FlyoutBackground because early on FlyoutBackgroundColor was not working.

As for your questions I am testing this on an actual iPad connected to my mac and deployed using iOS Remote Devices. This did work, I think it broke when iOS 17 was released. It works fine in iOS on a phone.

INFO: [iOS Debugger] Connecting to "Jeff's iPad Pro" over USB on port 10000...
INFO: Starting debugger connection to the app 'DevMauiApp9.0.30'. Debugger port: 56493, Device port: 10000
INFO: Creating command connection...
INFO: [iOS Debugger] Connected to "Jeff's iPad Pro" over USB on port 10000.
INFO: [iOS Debugger] Connecting to "Jeff's iPad Pro" over USB on port 10000...
INFO: [iOS Debugger] Connected to "Jeff's iPad Pro" over USB on port 10000.
INFO: [iOS Debugger] Connecting to "Jeff's iPad Pro" over USB on port 10000...
INFO: Connecting to debug stream from device...
INFO: Connecting to debug console stream...
INFO: Debugger connection signal received
INFO: [iOS Debugger] Connected to "Jeff's iPad Pro" over USB on port 10000.
INFO: Waiting for the debugger connection signal...
INFO: Debugger connection completed
INFO: Connecting to debug stream from remote debugger...
INFO: Connecting to remote debugger on port 56493...
Thread started: #2
Resolved pending breakpoint for 'DevMauiApp_9._0._30.Program.Main(System.String[])' to C:\Dev\Projects\DevMauiApp 9.0.30\DevMauiApp 9.0.30\Platforms\iOS\Program.cs:10 [0x00000].
Resolved pending breakpoint for 'Xamarin.HotReload.HotReloadAgent.BreakpointSendToIde(System.String)' to D:\a_work\1\s\HotReload\Source\Xamarin.HotReload.Agent\HotReloadAgent.cs:425 [0x00000].
Resolved pending breakpoint for 'Xamarin.HotReload.HotReloadAgent.BreakpointCheckpoint()' to D:\a_work\1\s\HotReload\Source\Xamarin.HotReload.Agent\HotReloadAgent.cs:420 [0x00000].
INFO: 2025-02-03 08:50:43.532 DevMauiApp 9.0.30[18542:14168448] You've implemented -[ application:performFetchWithCompletionHandler:], but you still need to add "fetch" to the list of your supported UIBackgroundModes in your Info.plist.

Thread started: #3
Thread started: #4
Thread started: #5
INFO: 2025-02-03 08:50:44.519 DevMauiApp 9.0.30[18542:14168448] WARNING: This app's CFBundleDevelopmentRegion is not a string value. This can lead to unexpected results at runtime. Please change CFBundleDevelopmentRegion in your Info.plist to a string value.

Thread started: .NET Timer #6
Thread started: #7
Thread started: .NET TP Gate #8
Thread started: #9
Thread started: #10
INFO: 0x1023bb6b4 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : mono_dump_native_crash_info

INFO: 0x1024dd408 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : sigabrt_signal_handler.cold.1

INFO: 0x1023c2760 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : mono_interp_exec_method

INFO: 0x1021a77d0 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : xamarin_ftnptr_exception_handler

INFO: 0x1021a83cc - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : _ZL17exception_handlerP11NSException
0x18c7fb9f0 - /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation :
0x1899eee08 - /usr/lib/libobjc.A.dylib :
0x21493c87c - /usr/lib/libc++abi.dylib :
0x21493fdfc - /usr/lib/libc++abi.dylib : __cxa_get_exception_ptr
0x21493fda4 - /usr/lib/libc++abi.dylib :

INFO: 0x10217989c - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : interp_to_native_trampoline

INFO: 8618 0x18ee710c0 0x18e1a7c28 0x18eeb4138 0x18f9803ac 0x18f147648 0x18f147518 0x18f995310 0x18f37da50 0x18efdae40 0x18efda308 0x18f1c4cec 0x18f1c4904 0x18f03b34c 0x18f270378 0x18f270cd0 0x18f68f1e0 0x18f1f00ac 0x18f68f160 0x18eee3f30 0x18f68e20c 0x18f68e0fc 0x18f68e340 0x1901b7c64 0x18ffa7414 0x18ffa8610 0x1a5cfb088 0x1a5cfb0a4 0x1a5cfb0a4 0x1a5cfab1c 0x18ffa8560 0x18ffa7e00 0x18ffa8410 0x18f68e278 0x18f68e490 0x18ffa828c 0x19046b954 0x19046b7d0 0x18f07a190 0x18f139824 0x18f139404 0x1a5cc01bc 0x1a5cbfd6c 0x1a5c8f3c8 0x1a5c9ddb8 0x1a5c9dc44 0x1a5ca2114 0x1943d60d0 0x1943d9b14 0x1a5c9f300 0x1a5c9f280 0x1a5c9f158 0x18c6d4328 0x18c6d42bc 0x18c6d1dc0 0x18c6d0fbc 0x18c6d0830 0x1d86b01c4 0x18f236eb0 0x18f2e55b4 0x1021905f4 0x1023cba78 0x1023ca04c 0x1023bf0a8 0x1023bcc74 0x10238b5a0 0x102333390 0x102339294 0x102391fb8 0x1021bb1fc 0x1023fc710 0x1b20beec8)
2025-02-03 08:50:54.372 DevMauiApp 9.0.30[18542:14168448] Detected recursion when handling uncaught Objective-C exception: UIGraphicsBeginImageContext() failed to all
INFO: ocate CGBitampContext: size={0, 1194}, scale=2.000000, bitmapInfo=0x2002. Use UIGraphicsImageRenderer to avoid this assert.

=================================================================
Native Crash Reporting

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.

=================================================================
Native stacktrace:

INFO: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'UIGraphicsBeginImageContext() failed to allocate CGBitampContext: size={0, 1194}, scale=2.000000, bitmapInfo=0x2002. Use UIGraphicsImageRenderer to avoid this assert.'
*** First throw call stack:
(0x18c7007cc 0x1899d32e4 0x18bad0a78 0x18ef0f55c 0x10217989c 0x1023ca3d4 0x1023bf184 0x1023bc470 0x102179970 0x10240b794 0x18eed444c 0x18ef49da0 0x18eee89f8 0x18eee8afc 0x18eee8afc 0x18eee8ba0 0x18eee8ba0 0x18eee8afc 0x18eee8ba0 0x18eee8ba0 0x18eee8ba0 0x18eee8afc 0x18eee8ba0 0x18eee8afc 0x18eee8720 0x18eee8618 0x18ee710c0 0x18e1a7c28 0x18eeb4138 0x18f9803ac 0x18f147648 0x18f147518 0x18f995310 0x18f37da50 0x18efdae40 0x18efda308 0x18f1c4cec 0x18f1c4904 0x18f03b34c 0x18f270378 0x18f270cd0 0x18f68f1e0 0x18f1f00ac 0x18f68f160 0x18eee3f30 0x18f68e20c 0x18f68e0fc 0x18f68e340 0x1901b7c64 0x18ffa7414 0x18ffa8610 0x1a5cfb088 0x1a5cfb0a4 0x1a5cfb0a4 0x1a5cfab1c 0x18ffa8560 0x18ffa7e00 0x18ffa8410 0x18f68e278 0x18f68e490 0x18ffa828c 0x19
INFO: 046b954 0x19046b7d0 0x18f07a190 0x18f139824 0x18f139404 0x1a5cc01bc 0x1a5cbfd6c 0x1a5c8f3c8 0x1a5c9ddb8 0x1a5c9dc44 0x1a5ca2114 0x1943d60d0 0x1943d9b14 0x1a5c9f300 0x1a5c9f280 0x1a5c9f158 0x18c6d4328 0x18c6d42bc 0x18c6d1dc0 0x18c6d0fbc 0x18c6d0830 0x1d86b01c4 0x18f236eb0 0x18f2e55b4 0x1021905f4 0x1023cba78 0x1023ca04c 0x1023bf0a8 0x1023bcc74 0x10238b5a0 0x102333390 0x102339294 0x102391fb8 0x1021bb1fc 0x1023fc710 0x1b20beec8)
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'UIGraphicsBeginImageContext() failed to allocate CGBitampContext: size={0, 1194}, scale=2.000000, bitmapInfo=0x2002. Use UIGraphicsImageRenderer to avoid this assert.'
*** First throw call stack:
(0x18c7007cc 0x1899d32e4 0x18bad0a78 0x18ef0f55c 0x10217989c 0x1023ca3d4 0x1023bf184 0x1023bc470 0x102179970 0x10240b794 0x18eed444c 0x18ef49da0 0x18eee89f8 0x18eee8afc 0x18eee8afc 0x18eee8ba0 0x18eee8ba0 0x18eee8afc 0x18eee8ba0 0x18eee8ba0 0x18eee8ba0 0x18eee8afc 0x18eee8ba0 0x18eee8afc 0x18eee8720 0x18eee
INFO: 0x1023baf34 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : mono_runtime_setup_stat_profiler
0x214964afc - /usr/lib/system/libsystem_platform.dylib :
0x214b2eef8 - /usr/lib/system/libsystem_pthread.dylib : pthread_kill
0x19448fad8 - /usr/lib/system/libsystem_c.dylib : abort

INFO: 0x1023a5e0c - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : mono_handle_native_crash

INFO: 0x1021a83a8 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : _ZL17exception_handlerP11NSException
0x18c7fb9f0 - /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation :
0x1899eee08 - /usr/lib/libobjc.A.dylib :
0x21493c87c - /usr/lib/libc++abi.dylib :
0x21493fdfc - /usr/lib/libc++abi.dylib : __cxa_get_exception_ptr

INFO: 0x1023c94a0 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : interp_throw_ex_general

INFO: 0x102179970 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : native_to_interp_trampoline

INFO: 0x21493fda4 - /usr/lib/libc++abi.dylib :
0x1899d344c - /usr/lib/libobjc.A.dylib : objc_exception_throw

INFO: 0x1023caff4 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : interp_throw

INFO: 0x1023bc470 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : interp_entry_from_trampoline

INFO: 0x1021a7cdc - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : xamarin_process_managed_exception

INFO: 0x1023a4d28 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : mono_handle_exception_internal

INFO: 0x1023a413c - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : mono_handle_exception

INFO: 0x1021a48dc - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : xamarin_throw_ns_exception

INFO: 0x1899d344c - /usr/lib/libobjc.A.dylib : objc_exception_throw
0x18bad0a78 - /System/Library/Frameworks/Foundation.framework/Foundation :
0x18ef0f55c - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x1023ca3d4 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : ves_pinvoke_method

INFO: 0x1023bc470 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : interp_entry_from_trampoline

INFO: 0x10240b794 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : -[Microsoft_Maui_Controls_Platform_Compatibility_ShellSectionRootRenderer traitCollectionDidChange:]

INFO: 0x18eee8afc - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18eee8afc - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18eee89f8 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18f03b34c - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18efdae40 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18ef49da0 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x1023bf184 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : mono_interp_exec_method

INFO: 0x18eed444c - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x102179970 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : native_to_interp_trampoline

INFO: 0x1021a7820 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : xamarin_process_managed_exception_gchandle

INFO: 0x18f270378 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18f147648 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :
0x18f147518 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18eee8afc - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :
0x18eee8720 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18eee8ba0 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18eee8ba0 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x19046b954 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :
0x19046b7d0 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18ffa828c - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18f68e278 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18f68e0fc - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :
0x18f68e340 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: .
0x1dca9d1d4 03 01 00 54 7f 23 03 d5 fd 7b bf a9 fd 03 00 91 ...T
INFO: d6 10 29 80 d2 01 10 00 d4 .......).....
INFO: fd 7b c1 a8 ff 0f 5f d6 1........{...._.
0x1dca9d1f4 c0 03 5f d6 10 27 80 d2 01 10 00 d4 03 01 00 54
INFO: 0x1023fc710 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : main
0x1b20beec8 - /usr/lib/dyld :

=================================================================
Basic Fault Address Reporting

Memory around native instruction pointer (0x1dca9d1d4):0x1dca9d1c4 ff 0f 5f d6 c0 03 5f
INFO: 0x1021bb1fc - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : xamarin_main

INFO: Disposing console and debugger streams...
INFO: Disposing input and output streams...
INFO: Closing debug connection from remote debugger (TCP)
ERROR: An error occurred while writing to the debug stream. Details: ObjectDisposed_Generic
ObjectDisposed_ObjectName_Name, UsbStream
INFO: 0x18f1f00ac - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18f68f1e0 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18f1c4904 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18f270cd0 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18f1c4cec - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18f37da50 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18efda308 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: ollectionDidChange <0x000f0>
at Registrar_Callbacks:callback_102_Microsoft_Maui_Controls_Platform_Compatibility_ShellSectionRootRenderer_TraitCollectionDidChange <0x000a4>
at Registrar_Callbacks:callback_102_Microsoft_Maui_Controls_Platform_Compatibility_ShellSectionRootRenderer_TraitCollectionDidChange <0x000b4>
at <0x00000>
at <0xffffffff>
at UIKit.UIApplication:xamarin_UIApplicationMain <0x000b8>
at UIKit.UIApplication:UIApplicationMain <0x0006e>
at UIKit.UIApplication:Main <0x00152>
at DevMauiApp_9._0._30.Program:Main <0x0002c>
at :runtime_invoke_direct_void_string[] <0x0007e>
at <0x00000>

INFO: ols.Element:OnResourcesChanged <0x000dc>
at Microsoft.Maui.Controls.Element:OnParentResourcesChanged <0x00020>
at Microsoft.Maui.Controls.VisualElement:OnParentResourcesChanged <0x00094>
at Microsoft.Maui.Controls.Element:OnParentResourcesChanged <0x0006e>
at Microsoft.Maui.Controls.Element:OnResourcesChanged <0x000dc>
at Microsoft.Maui.Controls.Element:OnParentResourcesChanged <0x00020>
at Microsoft.Maui.Controls.Element:OnParentResourcesChanged <0x0006e>
at Microsoft.Maui.Controls.Element:OnResourcesChanged <0x000dc>
at Microsoft.Maui.Controls.Element:OnParentResourcesChanged <0x00020>
at Microsoft.Maui.Controls.Application:OnParentResourcesChanged <0x0007e>
at Microsoft.Maui.Controls.Application:TriggerThemeChangedActual <0x000f4>
at Microsoft.Maui.Controls.Application:set_PlatformAppTheme <0x0004e>
at Microsoft.Maui.Controls.Application:Microsoft.Maui.IApplication.ThemeChanged <0x00022>
at Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRootRenderer:TraitC
INFO: Closing debug connection from device (USB)
INFO: .._..'.........T

=================================================================
Managed Stacktrace:

  at <unknown> <0xffffffff>
  at UIKit.UIGraphics:BeginImageContextWithOptions <0x0005e>
  at UIKit.UIGraphics:BeginImageContextWithOptions <0x0004a>
  at Microsoft.Maui.Controls.Platform.BrushExtensions:GetBackgroundImage <0x0010a>
  at Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutContentRenderer:UpdateBackground <0x000ea>
  at Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutContentRenderer:HandleShellPropertyChanged <0x0006c>
  at <Module>:invoke_void_object_PropertyChangedEventArgs <0x0020c>
  at Microsoft.Maui.Controls.BindableObject:OnPropertyChanged <0x00060>
  at Microsoft.Maui.Controls.Element:OnPropertyChanged <0x0005a>
  at Microsoft.Maui.Controls.Shell:OnPropertyChanged <0x00020>
  at Microsoft.Maui.Controls.BindableObject:OnBindablePropertySet <0x0004a>
  at Microsoft.Maui.Controls.Element:OnBin

ERROR: An error occurred when writing to the output stream. Details: net_io_readfailure, Operation canceled
The app has been terminated.
INFO: Disposing input and output streams...
INFO: 0x102333390 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : mono_runtime_invoke_checked

INFO: .....
0x1dca9d1e4 31 ec ff 97 bf 03 00 91
INFO: 0x102339294 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : mono_runtime_exec_main_checked

INFO: 0x102391fb8 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : mono_jit_exec

INFO: 0x1901b7c64 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18ffa8610 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :
0x1a5cfb088 - /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices :
0x1a5cfb0a4 - /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices :
0x1a5cfb0a4 - /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices :
0x1a5cfab1c - /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices :

INFO: 0x18ffa8410 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18ffa8560 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :
0x18ffa7e00 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: Frameworks/FrontBoardServices.framework/FrontBoardServices :
0x1a5c9f158 - /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices :
0x18c6d4328 - /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation :
0x18c6d42bc - /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation :
0x18c6d1dc0 - /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation :
0x18c6d0fbc - /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation :
0x18c6d0830 - /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation : CFRunLoopRunSpecific
0x1d86b01c4 - /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices : GSEventRunModal
0x18f236eb0 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :
0x18f2e55b4 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : UIApplicationMain

INFO: 0x18f139404 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :
0x1a5cc01bc - /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices :
0x1a5cbfd6c - /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices :
0x1a5c8f3c8 - /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices :
0x1a5c9ddb8 - /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices :
0x1a5c9dc44 - /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices :
0x1a5ca2114 - /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices :
0x1943d60d0 - /usr/lib/system/libdispatch.dylib :
0x1943d9b14 - /usr/lib/system/libdispatch.dylib :
0x1a5c9f300 - /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices :
0x1a5c9f280 - /System/Library/Private
INFO: 0x18f07a190 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: .#...{.
INFO: 0x1021905f4 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : xamarin_UIApplicationMain

INFO: 0x1023ca04c - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : do_icall_wrapper

INFO: 0x18f139824 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x1023bf0a8 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : mono_interp_exec_method

INFO: 0x1023cba78 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : do_icall

INFO: 0x18eee8ba0 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: dablePropertySet <0x0009c>
at Microsoft.Maui.Controls.BindableObject:SetValueActual <0x0050e>
at Microsoft.Maui.Controls.BindableObject:SetValueCore <0x00574>
at <>c__DisplayClass11_0:g__Set|0 <0x00294>
at Microsoft.Maui.Controls.AppThemeBinding:ApplyCore <0x00112>
at Microsoft.Maui.Controls.AppThemeBinding:Apply <0x0003e>
at AppThemeProxy:OnAppThemeChanged <0x00034>
at <>c:<.cctor>b__8_0 <0x00024>
at Microsoft.Maui.Controls.BindableObject:OnBindablePropertySet <0x000ac>
at Microsoft.Maui.Controls.Element:OnBindablePropertySet <0x0009c>
at Microsoft.Maui.Controls.BindableObject:SetValueActual <0x0050e>
at Microsoft.Maui.Controls.BindableObject:SetValueCore <0x00574>
at Microsoft.Maui.Controls.Element:OnResourceChanged <0x0004e>
at Microsoft.Maui.Controls.Element:OnResourcesChanged <0x00436>
at Microsoft.Maui.Controls.Element:OnParentResourcesChanged <0x00020>
at Microsoft.Maui.Controls.Element:OnParentResourcesChanged <0x0006e>
at Microsoft.Maui.Contr
INFO: 0x18eee8ba0 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18f68f160 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18eee8afc - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18ffa7414 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18eee8ba0 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18f9803ac - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : UIVIEWCONTROLLERTRANSITIONCOORDINATOR_IS_EXECUTING_ALONGSIDE_ANIMATION_BLOCK

INFO: 0x18f68e490 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18eee8ba0 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18eee8618 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x10238b5a0 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : mono_jit_runtime_invoke

INFO: 0x18eee8afc - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18ee710c0 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :
0x18e1a7c28 - /System/Library/Frameworks/QuartzCore.framework/QuartzCore :

INFO: 0x18f995310 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18eeb4138 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x18eee3f30 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :
0x18f68e20c - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore :

INFO: 0x1023bcc74 - /private/var/containers/Bundle/Application/879E2539-A2BD-464D-B87D-58FB0F2D0CF5/DevMauiApp 9.0.30.app/DevMauiApp 9.0.30 : interp_runtime_invoke

The app has been terminated.

@dotnet-policy-service dotnet-policy-service bot added s/needs-attention Issue has more information and needs another look and removed s/needs-info Issue needs more info from the author labels Feb 3, 2025
@jsuarezruiz
Copy link
Contributor

@JPfahl Are you using AppThemeBinding with the FlyoutBackground property?Could you share the piece of code you modified in the Styles.xaml file?

@jsuarezruiz jsuarezruiz added s/needs-info Issue needs more info from the author and removed s/needs-attention Issue has more information and needs another look labels Feb 4, 2025
Copy link
Contributor

Hi @JPfahl. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-theme Themes, theming platform/iOS 🍎 s/needs-info Issue needs more info from the author t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants