I am uploading app in iTunes from Xcode 9.0...This error is showing on the last step. How to solve this? 1024x1024px icon is present in my icons list
If you are using Cordova Framework then:
height=1024px and width=1024px. You can name the file as icon-1024.pngres/icon/ios/ Write the following code in your config.xml file.
Open terminal/command-prompt, then cd to your project's root directory and run the following command:
cordova prepare ios --verbose
icon-1024.png file to its proper location (platforms/ios/YourProjectName/Images.xcassets/AppIcon.appiconset/)