Friday, 2 January 2015

RROR ITMS-9000: "Invalid Image Path - Phone Gap Build issue - Aplication Loader



So I have developed an app in html, and js and when i come to upload the .ipa file to Aplication loader I get the following errors:



ERROR ITMS-9000: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'icon.png'"
ERROR ITMS-9000: "Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '57x57' pixels, in .png format for iOS versions < 7.0."
ERROR ITMS-9000: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '72x72' pixels, in .png format for iOS versions < 7.0."
ERROR ITMS-9000: "Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted must support the 4-inch display on iPhone 5 and must include a launch image with the -568h size modifier immediately following the <basename> portion of the launch image's filename. Launch images must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch images. Learn more about iPhone 5 support and app launch images by reviewing the 'iOS Human Interface Guidelines' at 'http://ift.tt/1q32nRT' and the 'iOS App Programming Guide' at 'http://ift.tt/1gYI1iC'."


The thing is all the images are there to the correct size and referenced within the config.xml file. I have looked over a large number of sites and have found no fixes. My config.xml relating to the ios images is as follows:



<icon src="icon.png"/>
<icon src="www/res/icon/ios/icon-57.png" gap:platform="ios" width="57" height="57"/>
<icon src="www/res/icon/ios/icon-72.png" gap:platform="ios" width="72" height="72"/>
<icon src="www/res/icon/ios/icon-57-2x.png" gap:platform="ios" width="114" height="114"/>
<icon src="www/res/icon/ios/icon-72-2x.png" gap:platform="ios" width="144" height="144"/>


Thanks in advance! If you need any other information I will be happy to provide it


No comments:

Post a Comment