When I'm trying to upload an app with Application Loader but I get following error :
Please any one help me
Yesterday I was facing the same problem uploading a app in appStore. I get rid of these by doing the following:
Got to project setting. From there select general tab. Make sure your project bundle identifier is same as app identifier (that you created in app store). Bundle Identifier is under Identity tab.
In App Icon select source " Use Asset Catalog". If you do so, App Icon will be changed into this.
Click on the arrow sign this will take you here.
Provide necessary image of specific size.
Thats how I got rid of these error.
EDIT
For Xcode 4.6.1 if you want to change the bundle identifier do as follow:
From target go to Summary
From target go to info
From Resource info.plist
For changing the app icon do as follow:
From target go to Summary.
App Icon can be also add in target >> info >> Icon files
Please find out where you are using the artworks. May be you changed the artwork or They are missing somehow. Let me know if it works. :)