When I build my app with Xcode 4 it always show this error message:
CopyPNGFile /Users/michaelchen/Library/Developer/Xcode/DerivedData/iMusicBox-boeawugacmha
May be help you.
Check Alpha Channel
property as shown in attached screenshot.
It should be YES
if its NO
.
I had to remove png files and then go to Targets -> AppName -> Build Phases -> Bundle Resources and remove the files from there too.
I had the same problem. I resolved it removing the duplicate pictures. Check out in different folders. That was my problem.
I had to remove the references to PNGs and add them to the project again. Anyone has a better solution?
Error:
While reading /Volumes/Mac OS/RDC/Workpot/RestApp/RestApp/default1024_768.png pngcrush caught libpng error: Not a PNG file..
Solution:
That's All its work like charm
Hope this will help someone.
I solved this error, it's appear when you rename the images after put into the project, so for solve this problema first should delete the current images, rename files from finder and later copy this images into the project.