DEP0700: Registration of the app failed. [0x80073CF6] AppxManifest.xml(33,27): error 0x80070003: Cannot install or update package C2825F9A-1C95-43C1-96C9-3ABE72D02D1D_9zz4h110yvjzm because the splash screen image [splashSplashScreen.png] cannot be located. Verify that the package contains an image that can be used as a splash screen for the application, and that the package manifest points to the correct location in the package where this splash screen image can be found.
Run Code Online (Sandbox Code Playgroud)
如何修复 .NET MAUI 中的此错误?此错误表明splashSplashScreen.png 丢失。有时会在删除我的 bin 目录或 obj 目录后发生。
目前,我连续多次删除 bin 和 obj 文件夹,并多次重新生成项目,以便它再次工作。我想避免这个问题并知道它从何而来。