Changing the app icon SVG-file in the project file
Deleting the app from the device
Delete everything in /obj and /debug
Rebuild project and deploying it to the ios device Still the same icon from the app template (blue, .net label)
With Visual Studio 2022 for OsX and deploying it to the emulator everything works as expected.
Has anyone a workaround for this under Visual Studio 2022 / Windows 10?
<!-- App Icon -->
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" />