I'm trying to execute the command
fastlane deliver
However, after trying all the answers from all the forums I found, I still get the same error that is the following:
[13:44:26]: [Transporter Error Output]: ERROR ITMS-90022: "Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in. png format for iOS versions > = 10.0. "
[13:44:26]: [Transporter Error Output]: ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '167x167' pixels, in .png format for iOS versions supporting iPad Pro. "
[13:44:26]: [Transporter Error Output]: ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions > = 10.0. "
[13:44:26]: Transporter transfer failed.
Even though I have all the icons, they have the correct names, they are .png and they are in the .json file. Does anyone know how to solve the problem?
Thank you.