When you are using Xcode to make an iPhone app, how do you change the app’s icon? Right now my icon for my app is just plain white.
Share
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.
Create a 57×57 PNG file and import it into your project bundle. Then open the .plist file that is included in your project and edit the value for the key “Icon File” to match the name of the icon you provided (
CFBundleIconFileis the actual key, but the Xcode editor will display the nicer name for you).