Hello,
Xcode 14.2 is not supported with MAUI(see: Visual Studio 2022 version 17.4.3 Release Notes), it's recommended that you continue to use Xcode14.1. You can download Xcode 14.1 from the downloads page in the Apple Developer Portal and install it, then open Xcode, go to Preferences->Locations->Command Line Tools, select 14.1.
Besides, this is an issue of Apple when building project via Xcode14.2, please refer to the thread at Apple's forums- Info.plist contained no UIScene co… | Apple Developer Forums. If you still want to keep Xcode 14.2(it's not supported and not recommended, it may cause some other issues), you can try to open info.plist
file with source code editor and add the following key.
<key>UIApplicationSceneManifest</key>
<dict>
<key>UISceneConfigurations</key>
<dict/>
</dict>
Best Regards, Wenyan Zhang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.