I have recently started to run into an issue with my cordova/phonegap project that is causing Apple's Application Loader to blow up when uploading an ipa file.
Log from Application Loader:
"Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'icon.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/android/icon-36-ldpi.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/android/icon-48-mdpi.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/android/icon-72-hdpi.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/android/icon-96-xhdpi.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/android/icon-144-xxhdpi.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/android/icon-192-xxxhdpi.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-22.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-25.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-29.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-40.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-22-2x.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-50.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-57.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-29-2x.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-60.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-22-3x.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-72.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-25-3x.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-76.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-80.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-29-3x.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-50-2x.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-57-2x.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-60-2x.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-72-2x.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-76-2x.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-83.5-2x.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-60-3x.png'"
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 >= 7.0."
ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format for iOS versions >= 7.0."
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 >= 7.0.
(1102)
[2017-12-12 11:56:38 EST] <main> DBG-X: parameter Success = false
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'icon.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/android/icon-36-ldpi.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/android/icon-48-mdpi.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/android/icon-72-hdpi.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/android/icon-96-xhdpi.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/android/icon-144-xxhdpi.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/android/icon-192-xxxhdpi.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-22.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-25.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-29.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-40.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-22-2x.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-50.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-57.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-29-2x.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-60.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-22-3x.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-72.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-25-3x.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-76.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-80.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-29-3x.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-50-2x.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-57-2x.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-60-2x.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-72-2x.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-76-2x.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-83.5-2x.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-60-3x.png'"
[2017-12-12 11:56:38 EST] <main> ERROR: 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 >= 7.0."
[2017-12-12 11:56:38 EST] <main> ERROR: ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format for iOS versions >= 7.0."
[2017-12-12 11:56:38 EST] <main> ERROR: 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 >= 7.0."
[2017-12-12 11:56:38 EST] <main> DBG-X: The error code is: 1102
[2017-12-12 11:56:38 EST] <main> INFO: Done performing authentication.
[2017-12-12 11:56:38 EST] <main> DBG-X: Returning 1
Package Summary:
1 package(s) were not uploaded because they had problems:
/var/folders/f6/6phqj0c95530gg9h8fwhqj1m0000gn/T/791FAC49-EA20-41B8-AEED-07A9016200BD/885130635.itmsp - Error Messages:
description length:259720
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'icon.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/android/icon-36-ldpi.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/android/icon-48-mdpi.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/android/icon-72-hdpi.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/android/icon-96-xhdpi.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/android/icon-144-xxhdpi.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/android/icon-192-xxxhdpi.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-22.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-25.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-29.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-40.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-22-2x.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-50.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-57.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-29-2x.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-60.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-22-3x.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-72.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-25-3x.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-76.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-80.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-29-3x.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-50-2x.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-57-2x.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-60-2x.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-72-2x.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-76-2x.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-83.5-2x.png'"
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'res/icon/ios/icon-60-3x.png'"
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 >= 7.0."
ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format for iOS versions >= 7.0."
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 >= 7.0."
@goya, hey thanks for getting back to me on this ticket. We ended up upgraded to the latest cli version: 7.0.1 and tweaked some stuff and it seems to have solved the problem
I have recently started to run into an issue with my cordova/phonegap project that is causing Apple's Application Loader to blow up when uploading an ipa file.
Log from Application Loader:
Config.xml file looks like such:
Any insight on to why this is occurring all of the sudden would be appreciated. If more information is desired please feel free to ask.