When looking in a compiled .app bundle, I see PNG images used as resources for this application. However, when I try to view them, they come up blank.
Why can’t I view these PNG images from compiled iOS apps? Is there a way to do so?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should not use other people assets without their permission.
You are running into the fact that PNG files are optimized during the file copy phase of an iOS build. You have to revert the optimization to view them.
Apple has published a Tech note about Viewing iPhone-Optimized PNGs.