i try to upload my phonegap app(.ipa file) using application loader but it gives below error
ERROR ITMS-9000: "Your binary is not optimized for iPhone 5 -
New iPhone apps and app updates submitted must support the
4-inch display on iPhone 5 and must include a launch
image with the -568h size modifier immediately following the
<basename> portion of the launch image's filename.
Launch images must be PNG files and located at the top-level of
your bundle, or provided within each .lproj folder if you localize
your launch images. Learn more about iPhone 5 support and app launch
images by reviewing the 'iOS Human Interface Guidelines' at 'https://developer.apple.com/library/ios/documentation/UserExperience
/Conceptual/MobileHIG/IconsImages/IconsImages.html#//apple_ref
/doc/uid/TP40006556-CH14-SW5' and the 'iOS App Programming Guide' at
'https://developer.apple.com/library/ios/documentation/iPhone/Conceptual
/iPhoneOSProgrammingGuide/App-RelatedResources/App-RelatedResources.html#//apple_ref/doc/uid/TP40007072-CH6-SW12'." at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
i referenced many sampled but in all samples it give same error i used phonegap document it still give same error
this is my config.xml
<icon src="icon.png" />
<icon src="icon@2x.png" />
<icon src="Icon-Small.png" />
<icon src="Icon-Small@2x.png" />
<icon src="Default.png" />
<icon src="Default@2x.png" />
<icon src="icon-568h@2x.png" />
<icon src="icons/ios/57.png" gap:platform="ios"
width="57" height="57" />
<icon src="72.png" gap:platform="ios"
width="72" height="72" />
<icon src="72@2x.png" />
<icon src="icons/ios/57-2x.png" gap:platform="ios"
width="114" height="114" />
<icon src="icons/ios/72-2x.png" gap:platform="ios"
width="144" height="144" />
<icon src="Icon-Small-50.png" />
<icon src="Icon-Small-50@2x.png" />
<icon src="Default-Landscape.png" />
<icon src="Default-Landscape@2x.png" />
<icon src="Default-Portrait.png" />
<icon src="Default-Portrait@2x.png" />
<icon src="Icon-40.png" />
<icon src="Icon-40@2x.png" />
<icon src="Icon-60.png" />
<icon src="Icon-60@2x.png" />
<icon src="Icon-76.png" />
<icon src="Icon-76@2x.png" />
<!-- Define app splash screen for each platform. -->
<gap:splash src="splashScreen.png" />
<gap:splash src="icons/ios/screen-iphone-portrait.png" gap:platform="ios"
width="320" height="480" />
<gap:splash src="icons/ios/ios/screen-iphone-portrait-2x.png" gap:platform="ios"
width="640" height="960" />
<gap:splash src="icons/ios/ios/screen-ipad-portrait.png" gap:platform="ios"
width="768" height="1024" />
<gap:splash src="icons/ios/ios/screen-ipad-landscape.png" gap:platform="ios"
width="1024" height="768" />