[SOLVED] Problems with icons

I’m upload my binary to the itunestore, and i received one mail with this error

Corrupt PNG File - The PNG icon file Icon@2x.png appears to be corrupt.
The icon is fine…

My build.setting is

  
settings =  
{  
  
 orientation =  
 {  
 default ="landscapeRight",  
 content = "landscapeRight",  
 supported =  
 {  
 "landscapeLeft","landscapeRight"  
 },  
 },  
  
 iphone =  
 {  
 plist =  
 {  
 UIAppFonts = {"Chalkduster.ttf"},  
 UIApplicationExitsOnSuspend = false,  
 UIPrerenderedIcon = false,  
 UIStatusBarHidden = true,  
 CFBundleLocalization = {  
 "en",  
 "es",  
 "ca",  
  
 },  
 CFBundleIconFile = "Icon.png",  
 CFBundleIconFiles = {  
 "Icon.png" ,  
 "Icon@2x.png" ,  
 "Icon-72.png" ,  
 "Icon-72@2x.png",  
 },  
 },  
 },  
  
}  
  

I have the last application loader. Any help please??

EDIT -----

SOLVED Reinstalling Xcode and the latest Corona Build
[import]uid: 69841 topic_id: 23926 reply_id: 323926[/import]