I dragged an image named “star.jpeg” (57 x 57 pixels) into Supporting Files and typed the name of the image into the Icon List array in my plist file in XCode.
Why is the icon not working when I run my program in iOS Simulator?
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.
Use .png image for the icon.
Go to your projects TARGET and find …
In addition to this, it is good practice to title your icon file “Icon.png” as you would call your splash image “Default.png”.