I get this error when uploading to AppStore:
iOS Apps must include a 1024x1024px Marketing Icon in PNG format. Apps that do not include the Marketing
For me I did like this.
First, change the icon size to 1024x1024, In yourProject/resources/icon.png.
Then, running this in your terminal.
ionic cordova plugin save
ionic cordova platform rm ios
ionic cordova platform add ios
Finally, IOS platform build successful and auto modifying config.xml successful.
You will see in your config.xml. Then try upload your project to AppStore again.