I have finally finished my first project and ready to submit to app store
However, when I tried to submit my project through Application Loader,
It shows
ERROR ITMS-900: “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-900: “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.”
WARNING ITMS-9000: “Missing recommended icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly ‘120x120’ pixels, in .png format for iOS versions >= 7.0.”
WARNING ITMS-9000: “Missing recommended icon file. The bundle does not contain an app icon for iPod Touch of exactly ‘152x152’ pixels, in .png format for iOS versions >= 7.0.”
WARNING ITMS-9000: “Missing recommended icon file. The bundle does not contain an app icon for iPod Touch of exactly ‘152x152’ pixels, in .png format for iOS versions >= 7.0.”
WARNING ITMS-9000: “Missing 64-bit support. Starting February 1, 2015, new iOS apps uploaded to the App Store must include 64-bit support and be built with the iOS 8 SDK, included in Xcode 6 or later To enable 64-bit in your project we recommend using the default Xcode build setting of “Standard architectures” to build a single binary with both 32-bit and 64-bit code.”
What should i exactly do in this case to add icon??
Which folder should i put, and any other thing that i should add?
Thanks a lot