- This topic has 1 reply, 2 voices, and was last updated 11 years ago by Brian Fernandes.
-
AuthorPosts
-
Anders LundParticipantI get errors about imagepaths I cannot even set in your buildconfig.xml
I do not know what to do ?
Any suggestions ?
Error below
[2013-10-22 19:32:34 CEST] <main> ERROR: Apple’s web service operation was not successful
[2013-10-22 19:32:34 CEST] <main> ERROR: Unable to authenticate the package: 707479991.itmsp
[2013-10-22 19:32:34 CEST] <main> ERROR: ERROR ITMS-9000: “Invalid Image Path – No image found at the path referenced under key ‘CFBundleIcons’: ‘Icon_76x76.png'” at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
[2013-10-22 19:32:34 CEST] <main> ERROR: ERROR ITMS-9000: “Invalid Image Path – No image found at the path referenced under key ‘CFBundleIcons’: ‘Icon_152x152.png'” at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
[2013-10-22 19:32:34 CEST] <main> ERROR: ERROR ITMS-9000: “Invalid Image Path – No image found at the path referenced under key ‘CFBundleIcons’: ‘Icon_120x120.png'” at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
[2013-10-22 19:32:34 CEST] <main> ERROR: ERROR ITMS-9000: “Invalid Image Path – No image found at the path referenced under key ‘CFBundleIcons’: ‘Icon_60x60.png'” at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
[2013-10-22 19:32:34 CEST] <main> DBG-X: The error code is: 1102
[2013-10-22 19:32:34 CEST] <main> INFO: Done performing authentication.
[2013-10-22 19:32:34 CEST] <main> INFO: The following warnings were received from Apple’s web service …
[2013-10-22 19:32:34 CEST] <main> WARN: WARNING ITMS-9000: “Missing recommended icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly ‘120×120′ pixels, in .png format.” at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
[2013-10-22 19:32:34 CEST] <main> WARN: WARNING ITMS-9000: “Missing recommended icon file. The bundle does not contain an app icon for iPad of exactly ’76×76’ pixels, in .png format.” at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
[2013-10-22 19:32:34 CEST] <main> WARN: WARNING ITMS-9000: “Missing recommended icon file. The bundle does not contain an app icon for iPad of exactly ‘152×152’ pixels, in .png format.” at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
[2013-10-22 19:32:34 CEST] <main> DBG-X: Returning 1Package Summary:
1 package(s) were not uploaded because they had problems:
/var/folders/2x/vn1qq4z938n0cmj7qy5zqvsw0000gn/T/707479991.itmsp – Error Messages:
Apple’s web service operation was not successful
Unable to authenticate the package: 707479991.itmsp
ERROR ITMS-9000: “Invalid Image Path – No image found at the path referenced under key ‘CFBundleIcons’: ‘Icon_76x76.png'” at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
ERROR ITMS-9000: “Invalid Image Path – No image found at the path referenced under key ‘CFBundleIcons’: ‘Icon_152x152.png'” at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
ERROR ITMS-9000: “Invalid Image Path – No image found at the path referenced under key ‘CFBundleIcons’: ‘Icon_120x120.png'” at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
ERROR ITMS-9000: “Invalid Image Path – No image found at the path referenced under key ‘CFBundleIcons’: ‘Icon_60x60.png'” at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
Brian FernandesModeratorAnders,
Just more changes coming in from Apple. We have corrected our build service and if you rebuild your application, you should now be able to submit it to the store.
Optionally, you could supply additional icons by manually editing the buildconfig.xml file and adding the following:
<app-image image-path=”apps/<appname>.ios/images/icon_120x120.png” image-size=”120×120″ image-type=”ICON” /> under the brandingImages element.
We will be modifying the editor to allow you to specify these additional icons from within the form page in our upcoming 2013 release.
Thanks for pointing out the problem.
-
AuthorPosts