ERROR ITMS-9000 AppIcon29x29 AppIcon40x40 Xcode 6 - submit

I'm getting crazy... I've a problem to submit the app in ItunesConnect with XCODE 6 beta version because I get two errors like this:
ERROR ITMS-9000: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon29x29'"
and
ERROR ITMS-9000: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon40x40'"
I've passed all this badly day to find a solution but anything found....
Someone have my similar problem like this: Appicon120x120 but the solution is no good for me...
In fact I've not Icon for the car:
I tried a lot of solution like:
replace all icons
create new assets
replace all name of the icon like: AppIcon29x29.png and AppIcon29x29#2x.png
create new icons
repetutly upload and browser on the web ......
Really i'm getting crazy. Thank you advance to help me please.

Related

Invalid Image Path - No Image found at the path refrenced under key 'CFBundleIconFile':'icon.png'"

During uploading my cordova app to the appstore i am getting this error. Unable to find out the reason or resolution.
Any help would be greatly appreciated

Xcode 6: "Archive validation failed with error" "Invalid image path"

I'm trying to validate my app to distribution but I'm getting this error:
The strange thing is that in my info.plist file I have an empty dictionary in the "CFBundleIcons" key:
I know there are similar questions posted but this case is a little particular also this is my app icon source:
Anyone have any idea how I can resolve this?
Even I encountered this problem once. Try this.
Select your app icon and uncheck the CarPlay option.

Invalid image path ios7 icons when Deploying to appstore via Application Loader

I'm receiving an error whenever I attempt to send my application in for review, it appears to be stating the ios7 icons for my app have invalid paths but the icons work in the simulator and on a dev device. It's also stating that it's unable to authenticate the package.
I've attempted to update the paths in the info.plist file but the issue persists.
Package Summary:
1 package(s) were not uploaded because they had problems:
/var/folders/x3/4cy637515hs8ct3096ssqg_r0000gn/T/725271208.itmsp - Error Messages:
Apple's web service operation was not successful
Unable to authenticate the package: 725271208.itmsp
ERROR ITMS-9000: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'Icon#152'" at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
ERROR ITMS-9000: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'Icon#76'" at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
ERROR ITMS-9000: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'Icon#120'" at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
Select Use Asset Catalog (I opted for just doing it for the App Icons and not the Launch Images because my No image found errors were all related to App Icons, as yours seem to be), then drag and drop the appropriate icons into their correct spots.
The first time I did this it was a bit messed up, I believe because I had set the resources, so I ended up selecting "Don't use asset catalogs" which reset the resources to be blank, deleted the asset catalog, and then selected Use Asset Catalog again.
At this point all the spots were blank and I was able to drag and drop the correct assets to the correct places. Note that there is no 1x 60pt iOS 7 icon slot.
I found this other related thread which had the answer:
How do you update the app icons and launch images to support IOS 6 and 7 simultaneously?
One possible solution to this problem is to delete references to image assets in your plist if you are using the asset catalog, or fix the paths if you're not.
I have Solved this Issue , Just Remove references to all the icons , and open the PLIST and also Delete the icons from there , add the icons again in your Project , to fix these problem

XCode 4.5 can't validate app?

When I try to validate a app I get this error message:
(null): Icon specified in the Info.plist not found under the top level app wrapper: (-19007)
Unable to validate your application. - (null)
Often this is caused by missing/corrupt icon file, but not in this case.
I have opened the archive and found the following line in info.plist file in the IconPath list:
Applications/xxxxx.app/_CodeSignature
This line is not specified in the in-app plist file, and I guess this is the course to the error.
Any idea whats wrong? It's a pretty old project, so something might have changed in xcode.
Any help would be appreciated!
There seem to be a problem with our custom XCode project template. The template dates back to XCode 3.x. New projects created with this template seems to have this problem in XCode 4.5. I moved the files to a new project created with one of Apple's standard project templates and the problem went away.

"Invalid Icon Path" - Error returned from Apple App Store Team

This is my first time submitting something to the App Store, and I am having a lot of issues. First off, let me say that the application has been built with PhoneGap, using the Cordova 1.9.0 framework. The web application end of it is fine, validates W3, and runs perfectly in browser. I have rebuilt this project from the ground up after being unable to fix the issue manually, but that did not rectify it either. Below is the error that Apple sends back to me...
Invalid Icon Path - No icon found at the path referenced under key "CFBundleIcons": Default#2x.png
Invalid Icon Path - No icon found at the path referenced under key "CFBundleIcons": icon-72#2x.png
Invalid Icon Path - No icon found at the path referenced under key "CFBundleIcons": Default.png
The only modifications I have made to the icon files was through Application --> Summary --> App Icons, using the file selector. I had no errors validating during the submission process, and the icons show up fine on my test phone.
This is, again, my first time doing this. There is a lot of information to post, but I don't know what is required. If you have any ideas it would be very much appreciated, and I will provide any information required for you to help me better.
Right click the plist and select "show raw keys/values". Then delete/edit the value of image icon. Also please verify if there is all the images mentioned in the plist is available in your application else you can delete that entry from plist.
Please find the attached screen shot,

Resources