.Net MAUI 'run-as' 命令失败,出现 '运行-as: 无法设置功能:不允许操作

.Net MAUI The 'run-as' command failed with 'run-as: Could not set capabilities: Operation not permitted

我最近使用 VS2022 版本 17.0.0 预览版 2.1 更新到 MAUI 预览版 6,我已经在运行的 MAUI 项目开始抛出以下错误:

Severity Code Description Project File Line Suppression State Error XA0137: The 'run-as command failed with 'run-as: Could not set capabilities: Operation not permitted '. Fast Deployment is not currently supported on this device. Please file an issue with the exact error message using the 'Help-> Send Feedback->Report a Problem' menu item in Visual Studio or 'Help-> Report a Problem' in Visual Studio for Mac. Please set the 'EmbedAssembliesIntoApk' MSBuild property to 'true' to disable Fast Deployment in the Visual Studio project property pages, or edit the project file in a text editor.

有什么我想念的吗?如果有人有可能的解决方案,请告诉我。

另外,即使我创建了一个新项目,我也能看到这个问题。

此外,我已经执行了 Maui 检查,我的安装似乎是正确的。

睡了一觉后,我显然意识到,我的答案就在我的问题本身!

正在添加

 <EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>

我的 MAUI 项目 属性 小组解决了这个问题,我可以再次 运行。

我猜这个问题是由于快速渲染器无法与我当前的调试设备一起工作引起的,运行s 在 Android 7