Hi
So my Xamarin Forms project has a custom icon and splash screen taking as much as a I can from the details in
https://docs.microsoft.com/en-us/xamarin/ios/app-fundamentals/images-icons/app-icons?tabs=windows
https://docs.microsoft.com/en-us/xamarin/ios/app-fundamentals/images-icons/launch-screens?tabs=windows
However, no matter what i do - the icon and splash screen never update and i always see the xamarin icons.
I have deleted the Xamarin icons from the project, cleaned (and deleted bin/obj) but no success.
So my question, is what are the best debug steps i can take when someone encounters issues like this?
Happy to provide extra info to flesh out the question, let me know what needed but cant provide my repo.
My current setup is Xamarin Forms 5.0.0.1874 (latest) and I'm using Hot Restart.
Thanks