I am looking to complete an app I have created within xcode5. When I run it with the simulator everything goes smoothly with no errors, but when I try to archive the app I get countless amounts of errors in regards to the images in the project. Many of the are flagged with the text "pngcrush caught lilpng error.
All my images are png files and when I finish the project being archived even with the errors some images come thru while others are left blank. Any suggestions or pointers?
If you have images in your images.xcassets AND the raw images linked, it runs into this issue. Delete the references to the images (keep the images.xcassets). Will fix the problem