Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 07-29-2010, 08:48 AM   #1 (permalink)
Registered Member
 
Join Date: Jul 2010
Posts: 1
mohsin is on a distinguished road
Default icon dimensions (0 x 0) don't meet the size requirements

Hi,

I've released many apps before using the iTunesConnect but this is my first time that i'm using Application Loader to upload a binary.
When i try to upload the binary using the Application Loader then it gives me the following error:
iPhone/iPod Touch: Icon.png: icon dimensions (0 x 0) don't meet the size requirements. The icon file must be 57x57 pixels, in .png format
I've valid icon with png extension and its meta data gives me the proper information along with its size (57x57). I've also tried with some different 57x57 icons but same error. I'm using the Xcode 3.1.4 with SDK 3.1.2.
I've spent too much time on this issue but no success yet, so please help me.

Thanks
mohsin is offline   Reply With Quote
Old 07-30-2010, 05:03 AM   #2 (permalink)
Registered Member
 
Join Date: Jul 2010
Posts: 2
tongmy is on a distinguished road
Default

I have the same problem
tongmy is offline   Reply With Quote
Old 07-30-2010, 11:33 AM   #3 (permalink)
Registered Member
 
Join Date: Mar 2009
Location: Chennai
Age: 25
Posts: 124
nagarajan is on a distinguished road
Default

Has anyone overcome this problem ?

Last edited by nagarajan; 07-31-2010 at 12:51 AM.
nagarajan is offline   Reply With Quote
Old 08-02-2010, 05:09 AM   #4 (permalink)
Registered Member
 
Join Date: Jul 2010
Posts: 2
tongmy is on a distinguished road
Default PNG file setting

Edit Project Settings -> Build -> uncheck Compress PNG Files,and everything be OK.
tongmy is offline   Reply With Quote
Old 01-10-2011, 01:30 PM   #5 (permalink)
Registered Member
 
Join Date: Nov 2009
Posts: 1
ebohdas is on a distinguished road
Default

i have same problem, but there is no option "Compress png" in project setting
xcode 3.1.4....
ebohdas is offline   Reply With Quote
Old 02-05-2012, 08:16 PM   #6 (permalink)
Registered Member
 
Join Date: Feb 2012
Posts: 1
gonagi is on a distinguished road
Default

Quote:
Originally Posted by tongmy View Post
Edit Project Settings -> Build -> uncheck Compress PNG Files,and everything be OK.
It worked for me. Thank you.
gonagi is offline   Reply With Quote
Old 02-06-2012, 01:46 AM   #7 (permalink)
Registered Member
 
LEARN2MAKE's Avatar
 
Join Date: Dec 2010
Posts: 351
LEARN2MAKE is on a distinguished road
Default

I had this problem. See this thread:

https://devforums.apple.com/message/612098#612098

Really the issue has nothing to do with LION (I still use Snow Leopard and had the problem). It is an Application Loader issue. The fix is just to update Application Loader to 2.5.1 here:

https://itunesconnect.apple.com/appl...ader_2.5.1.dmg

I hope that fixes your issues, it fixed mine.
__________________


Balloon Animals 3D << iOS >> Dollar Origami 3D
Both Apps FREE for a Limited Time!
Try it on Mac - Dollar Origami
LEARN2MAKE is offline   Reply With Quote
Old 02-08-2012, 03:33 AM   #8 (permalink)
almostfunnydev
iPhone Dev SDK Supporter
 
rocotilos's Avatar
 
Join Date: Oct 2009
Age: 34
Posts: 3,015
rocotilos is on a distinguished road
Default

Quote:
Originally Posted by LEARN2MAKE View Post
I had this problem. See this thread:

https://devforums.apple.com/message/612098#612098

Really the issue has nothing to do with LION (I still use Snow Leopard and had the problem). It is an Application Loader issue. The fix is just to update Application Loader to 2.5.1 here:

https://itunesconnect.apple.com/appl...ader_2.5.1.dmg

I hope that fixes your issues, it fixed mine.
Using Lion 10.7.3
XCode 4.2.1

Same problem which suddenly happens. It never happens before.
So when it happened, i tried as you suggested here, to reinstall
App loader. Restart XCode, clean project, and archive. Still no LUCK.

So i tried the other suggestion, that is to put NO at Compress PNG Files.
Then it works okay now.

But, WHY?
rocotilos is offline   Reply With Quote
Old 02-08-2012, 03:43 AM   #9 (permalink)
Registered Member
 
LEARN2MAKE's Avatar
 
Join Date: Dec 2010
Posts: 351
LEARN2MAKE is on a distinguished road
Default

Quote:
Originally Posted by rocotilos View Post
Using Lion 10.7.3
XCode 4.2.1

Same problem which suddenly happens. It never happens before.
So when it happened, i tried as you suggested here, to reinstall
App loader. Restart XCode, clean project, and archive. Still no LUCK.

So i tried the other suggestion, that is to put NO at Compress PNG Files.
Then it works okay now.

But, WHY?
Is it a reinstall of the Application Loader, or did you actually download the NEW Application Loader? Check your version.
__________________


Balloon Animals 3D << iOS >> Dollar Origami 3D
Both Apps FREE for a Limited Time!
Try it on Mac - Dollar Origami
LEARN2MAKE is offline   Reply With Quote
Old 02-10-2012, 03:23 AM   #10 (permalink)
almostfunnydev
iPhone Dev SDK Supporter
 
rocotilos's Avatar
 
Join Date: Oct 2009
Age: 34
Posts: 3,015
rocotilos is on a distinguished road
Default

Quote:
Originally Posted by LEARN2MAKE View Post
Is it a reinstall of the Application Loader, or did you actually download the NEW Application Loader? Check your version.
I solved it. Turns out I didn't really install the Application Loader. I just double clicked the pkg file and thought that was it. *smackhead*. I didn't see the DMG file opened. So after installing it, everything works ok.

rocotilos is offline   Reply With Quote
Old 02-10-2012, 03:34 AM   #11 (permalink)
Daddy Cool
iPhone Dev SDK Supporter
 
MarkC's Avatar
 
Join Date: Mar 2009
Location: Yorkshire, England
Age: 100
Posts: 1,616
MarkC is on a distinguished road
Default

Lol Roco you noooooob
MarkC is offline   Reply With Quote
Old 02-14-2012, 07:28 AM   #12 (permalink)
Registered Member
 
Join Date: Feb 2012
Posts: 1
perki is on a distinguished road
Default Quick Fix

I modified the "File Type" of each Icon to "Icon" instead of "PNG File"

Regards

PM

Last edited by perki; 02-14-2012 at 07:43 AM.
perki is offline   Reply With Quote
Old 02-16-2012, 09:59 AM   #13 (permalink)
Registered Member
 
Join Date: Aug 2010
Posts: 3
unrealaz is on a distinguished road
Default

As a side note somehow xcode manages to see the Icon files as normal pngs and modifies them as it does with all pngs so indeed by setting the file type in xcode to Icon works.
unrealaz is offline   Reply With Quote
Old 02-19-2012, 12:21 PM   #14 (permalink)
Registered Member
 
Join Date: Jan 2012
Posts: 75
ckgni is on a distinguished road
Default

Thanks all of you, I had the same problem, but setting "Compress PNG files" to "No" under Build Settings solved the issue.
It appears that the problem was introduced with the Lion 10.7.2 -> 10.7.3 update (I did it yesterday) because before I had never had to change the image compression to "No".
ckgni is offline   Reply With Quote
Old 02-19-2012, 12:25 PM   #15 (permalink)
Cocoa Junkie
 
Duncan C's Avatar
 
Join Date: Dec 2008
Location: Northern Virginia
Posts: 6,003
Duncan C has a spectacular aura about
Default Do NOT turn off PNG compression. It's a bandaid solution.

Quote:
Originally Posted by ckgni View Post
Thanks all of you, I had the same problem, but setting "Compress PNG files" to "No" under Build Settings solved the issue.
It appears that the problem was introduced with the Lion 10.7.2 -> 10.7.3 update (I did it yesterday) because before I had never had to change the image compression to "No".
Note that that is a BAD solution.

Not compressing PNG files will make your app downloads considerably larger.

Better to install the updated version of App loader, as described above.
__________________
Regards,

Duncan C
WareTo

Check out our apps in the Apple App store


Check out this password generator app that shows various techniques including using a data container singleton object to share data between objects in your project.

See this tutorial on using UIView animations and layer animations:

See this thread on generating random, non-repeating text

Check out a very cool Macintosh Kaleidoscopes app called ScopeWorks that we released to the Mac App store.
Duncan C is offline   Reply With Quote
Old 02-19-2012, 01:53 PM   #16 (permalink)
Registered Member
 
Join Date: Jan 2012
Posts: 75
ckgni is on a distinguished road
Default

Quote:
Originally Posted by Duncan C View Post
Note that that is a BAD solution.

Not compressing PNG files will make your app downloads considerably larger.

Better to install the updated version of App loader, as described above.
Thanks, it appears that I misread the posts about Application Loader. Downloading now.
ckgni is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 343
17 members and 326 guests
appservice, bignoggins, dermotos, Domele, EXOPTENDAELAX, guusleijsten, Hamad, heshiming, linkmx, mariano_donati, Objective Zero, ohmniac, Paul Slocum, Rudy, Sloshmonster, teebee74
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,653
Threads: 94,115
Posts: 402,888
Top Poster: BrianSlick (7,990)
Welcome to our newest member, ohmniac
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 10:47 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0