In my MAUI RC1 app I add an image to the resources\images folder. The csproj file is configured to include all files in that folder, and the image's Build Action is set as a MauiImage. When I run the project on the Android emulator it all works fine. When I run it on an iOS emulator the image doesn't show up. It's just a simple .png file. In reading the docs it sounded like MAUI is supposed to take care of making the images work cross platform. https://learn.microsoft.com/en-us/dotnet/maui/user-interface/images/images
Is there some way of troubleshooting this, or some other detail that I should be looking at?