My problem:
Icon specified in the Info.plist not found under the top level app wrapper: Icon.png (-19007)
I did exactly what the Apple documentation says and I still get this warning! I have everything, everything is in PNG, the size is correct, Info.plist added icon files with 6 elements (Icon.png, Icon@2x.png , Icon-72.png, Icon-Small-50.png, Icon-Small. png, Icon-Small@2x.png )
I tried all the methods that I found on another site, but none of these solutions work for me.
Can someone please help me? I did not receive this warning while I am building the Debug assembly, but this happens when I am building the Distribution assembly.
I have never encountered this problem before.
source
share