MAUI app unable to launch due to a failure in UIKitCore

I'm very new to deployment on an iOS device, but I have a MAUI app I'm trying to test in a simulator. Unfortunately, every time I try to launch I get a black screen and the console just shows a ton of warnings in UIKitCore for my process that say:

"Rendering a view (0x7fb5f6a76f0, UIWindow) that is not in a visible window is not supported (no context)"

I was able to get a completely fresh project deploying and running on my simulator, so it has to be something in my app, but I have no idea where to start. Any thoughts would be great!

The log message doesn't seem relevant to precluding your launch (it has to do with trying to take a snapshot in a specific circumstance). Do you have a crash report or an other hard error?

Thanks for the response. There's nothing in the crash reports for when it black screens, just showing some earlier ones when I had an actual error.

Today, that message is not appearing in the errors and faults, I'm not getting anything negative from the processes. I captured everything with my app name here and tried to investigate each of the issues, but not getting very far. The "could not find maui framework!" is interesting but seems to be in the accessibility settings, and doesn't appear every time it fails. I can also track down the messages that aren't labeled as errors or faults, but there's many many more.

error 09:33:43.526909-0500 runningboardd [application<com.companyname.maui.retailapp.demo>:91292] Memorystatus failed with unexpected error: Operation not permitted (1) error 09:33:43.526962-0500 runningboardd [application<com.companyname.maui.retailapp.demo>:91292] Memorystatus failed with unexpected error: Operation not permitted (1) error 09:33:41.790718-0500 lsd LSStringLocalizer development region en not found in localizations available for bundle CFBundle 0x7f7a3680b720 </Users/brettberliner/Library/Developer/CoreSimulator/Devices/BDCA27FB-AA5E-47D2-9B53-6602B6832D59/data/Containers/Bundle/Application/AE283006-7693-40AF-9551-C9DD5F81CEC2/MAUI.RetailApp.Demo.app> (not loaded) error 09:33:40.962481-0500 containermanagerd Container with identifier: "com.companyname.maui.retailapp.demo" Not Found error 09:33:40.965085-0500 containermanagerd Container with identifier: "com.companyname.maui.retailapp.demo" Not Found error 09:33:40.971168-0500 containermanagerd [com.companyname.maui.retailapp.demo(1)] Current schema version (1) is newer than the latest (0), ignoring. error 09:34:42.150612-0500 axassetsd Failed to load maui/macintalk on-disk resources. Could not find maui framework! error 09:33:40.754961-0500 appstored Failed to set fraction completed: 0.00 for: com.companyname.maui.retailapp.demo error 09:33:41.367043-0500 appstored Failed to set fraction completed: 0.92 for: com.companyname.maui.retailapp.demo

thanks for the response. i posted some logs below.

MAUI app unable to launch due to a failure in UIKitCore
 
 
Q