Introduction
In this article we open an existing project from Xcode and set an icon image on that app. To understand it we use these steps.
Step 1
Open XCode by double-clicking on it.
![xcode-in-iphone.jpg]()
Step 2
Open an existing XCode Project via click on it.
![open-existing-project-in-iPhone.jpg]()
Step 3
Now click on the project's icon.
![click-on-project-icon-in-iPhone.jpg]()
Step 4
And Select info.
![select-info-in-iphone.jpg]()
Step 5
Now click on the icon file and select the icon files (ios 5) from the drop down menu.
![select-icon-file-in-iPhone.jpg]()
Step 6
Now click on the icon files (ios 5) arrow and choose item 0.
![selec-item0-in-iPhone.jpg]()
Step 7
Now copy the image you want to set an app icon image for and paste it to the bundle (resource folder).
![paste-image-name-in-project-bundle-(folder)-in-iphone.jpg]()
![image-in-resource-folder-in-iPhone.jpg]()
![]()
Step 8
Now copy the image name and paste it to item 0.
![copy-image-name-in-iPhone.jpg]()
![paste-image-name-in-iPhone.jpg]()
Step 9
Now Clean our product and run it to show output on the Simulator.
![clean-product-in-iPhone.jpg]()
![run-in-iphone.jpg]()
Step 10
Output 1 in iPhone
![output1-in-iphone.jpg]()
Before setting app icon image.
Output 2 in iPhone
![set-image-on-app-icon-in-iPhone.jpg]()
After set app icon image.