So I'm getting this:
[INFO] Performing clean build
[ERROR] [DEBUG] While reading /Users/rob/Developer/mobile/titanium/inova-mobile/dev/build/iphone/build/Release-iphoneos/Visit Inova.app/images/homepage_banner.png pngcrush caught libpng error:
[ERROR] [ERROR] While reading /Users/rob/Developer/mobile/titanium/inova-mobile/dev/build/iphone/build/Release-iphoneos/Visit Inova.app/images/homepage_banner.png pngcrush caught libpng error:
[ERROR]
[ERROR] Error: Traceback (most recent call last):
It aborts the build and yet I don't feel like I have much info to go on. The files are PNGs (as far as I can tell), they open nicely in Preview and, unless these are the first PNGs being loaded for some reason (it's possible), other PNGs in my code base are being handled just fine.
Any ideas?
2 Answers
Accepted Answer
Try Exporting them from Preview into PNG format just to be "really" sure they are PNG
On a Mac, simply get GraphicConverter from www.lemkesoft.de - there you can actually real easy see what a file really is. If it says it is a png and actually is a jpg, a lot of software won´t show you. This one tells you by klicking on the "i".
Your Answer
Think you can help? Login to answer this question!