Discussion Forums  >  Uncategorized

Replies: 5    Views: 376

bfoutty
Code is Art
Profile
Posts: 185
Reg: Jun 12, 2011
Youngstown, OH
12,650
02/10/12 03:13 PM (12 years ago)

v1.5 app failed validation in Xcode due to error i have never seen before

I have 4 apps currently in the app store and have never had any problems validating an app in Xcode, but with my most recent app I am getting the following errors when archiving: iPhone/iPod Touch: Icon_57.png: icon dimensions (0 x 0) don't meet the size requirements. The icon file must be 57x57 pixels, in .png format (-19014) Unable to validate your application. - (null) warning: iPad: Icon_57.png: icon dimensions (0 x 0) don't meet the size requirements. The icon file must be 72x72 pixels, in .png format (-19014) Unable to validate your application. - (null) Has anyone ever seen this or had this problem before? Any help would be greatly appreciated. I am stumped by this one.
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
02/10/12 03:36 PM (12 years ago)
Hi bfoutty, Did you update to OSX Lion by any chance? Check this link out for a fix : http://stackoverflow.com/questions/9108500/warning-ipad-icon-72-png-icon-dimensions-0-x-0 Mark
 
bfoutty
Code is Art
Profile
Posts: 185
Reg: Jun 12, 2011
Youngstown, OH
12,650
like
02/10/12 06:45 PM (12 years ago)
I did update to Lion 10.7.3. Thanks for the link. Seems I am not the only one who was experiencing this problem. I wish that Apple could have let us know of this problem so I could have avoided spending hours of my time trying to figure it. Perhaps I will send them a bill for my time. Anyway, thanks for the help. I am uploading my binary as I type this.
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
02/10/12 06:59 PM (12 years ago)
Totally agree with you! I would have expected Apple to have tested this before letting it out in the wild. Perhaps we should all send them OS X Lion rejection letters, and have them submit again later! Mark
 
First Run Publishi...
Aspiring developer
Profile
Posts: 66
Reg: Oct 07, 2011
Highland, Calif...
11,860
like
02/11/12 03:31 AM (12 years ago)
Bfoutty, I had the same problem and Mark's article worked for me. However after I corrected that problem I received another error message I have never seen before as well. It is also connected with updating Lion. Below is the error message. Error message: ...the key UIRequiredDeviceCapabilities contains value which is incompatible with MinimumOSVersion value... Apparently when Xcode upgrades they left out armv6 option. You only have the option for armv7 which iOS 5 supports. The fix is found at: http://stackoverflow.com/questions/7053466/application-executable-is-missing-a-required-architecture-armv6 You have to mannually add the armv6 option. The article above tells you how to do that. Tony
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
02/11/12 10:59 AM (12 years ago)
I have the same armv6 problem on my Snow Leopard system. I think it may be related to either Xcode 4, or iOS 5 SDK...not sure which. Either way, thought, the article takes care of it! Mark
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.