Reputation: 6620
I have created the xcarchive file from xcode 4.6. In xcode 4.6, we need to add only 4 sizes of app icon files. But I had added 3 extra app icon files in the xcode 4.6 to support ios 7. But when I submit the app, I am getting below error continuously.
Apple's web service operation was not successful
Unable to authenticate the package: 580659297.itmsp
ERROR ITMS-9000: "This bundle is invalid. The value for key CFBundleVersion [042.3.1.0.b014] in the Info.plist file must be a period-separated list of non-negative integers."
ERROR ITMS-9000: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons'
Upvotes: 2
Views: 2044
Reputation: 31
I had this problem too, what I did to fix was clearing the Plist file, because icons referring it was not not in the project folder.
Hope it helps for someone in future.
Upvotes: 3
Reputation: 86
I had this problem before all I had done is 1-fixing the warnings about the icons 2-copy the icons from the image assets to the root of the app
Upvotes: 3