I know others have had this problem. I have tried everything, I think I am overlooking something simple. I can’t post a screenshot of my info.plist file, but all of the icon files are capitalized and all the .png file names match what is in the icon files array in the -info.plist file. Can anyone help please?

Check this Apple documentation on icon files and this Mobile HIG on Icons.
This is what mentioned in this old link from Apple:
So please correct all the icons and its names as per the documentation. Basically the 57×57 icon title will be
Icon.pngand for @2x,Icon@2x.png. For 72×72 icon, the title should beIcon-72.png. Similarly change the other titles as well.Here is a blog on the Icon names.