can't upload application to appstore ?! HELP ?

i’m trying to upload my application for the appstore

it’s a new application update after 1 year i didn’t update my app.

i’m getting 

error itms-9000 - your binary is not optimized for iphone 5 - and that i must include a launch image.

in addition to that i’m getting 2 more errors

unable to authinticate the package

and - appl’s web service not succesful

i DID included all launch images in the correct names and sizes in my main sources directory

I AM building with the right distribution profile AND reinstalled it

i’m building it all with build 2197 for the mac.

I’m also runing the application loader Directly from X-Code

and i’m in ready for upload state in my app update.

i’m using the latest build and graphics 2.0 widgets

if it matters i’m using scale = “letterbox”

so What am i doing wrong ???

pls can you help ?

Make sure you have the file Default-568h@2x.png in the folder with your main.lua.  There is a place where you can copy it and it turns the hypen into an “n-dash” and that trips up Apple.  This file must be 640px wide and 1136px high and be a 24/32 bit PNG format (not 8 bit).

That is the error you are getting.  If you think you have it, then you need to re-examine it.  Make sure the filename is a lower case .png and not a .PNG extension for instance.

hi thnx for the quick response.

the file is 24bit and the file name is exectly Default-568h@2x.png

i’ll change the files with a different ones maybe they are curropted… i’ll notify in here

changed the files Worked Perfecly Thnx ROB !

Make sure you have the file Default-568h@2x.png in the folder with your main.lua.  There is a place where you can copy it and it turns the hypen into an “n-dash” and that trips up Apple.  This file must be 640px wide and 1136px high and be a 24/32 bit PNG format (not 8 bit).

That is the error you are getting.  If you think you have it, then you need to re-examine it.  Make sure the filename is a lower case .png and not a .PNG extension for instance.

hi thnx for the quick response.

the file is 24bit and the file name is exectly Default-568h@2x.png

i’ll change the files with a different ones maybe they are curropted… i’ll notify in here

changed the files Worked Perfecly Thnx ROB !