Reputation: 1315
I have a png icon, it's added successfully in my project, but not included in the result .app package when I release-device build my project. Why?
Upvotes: 0
Views: 329
Reputation: 50697
The PNG file may be corrupted. Xcode should five you a warning as well indicating why the .png image could not be added to your bundle.
Another reason could be you did not attach it to the target when you added it to your project. Click on the .png image in question and make sure your target is selected under Target Membership:
Upvotes: 2
Reputation: 90117
Upvotes: 3