How to Change xCode App icons - iphone

I want to change my App icon, so, I delete (move to trash) Icon.png and Icon#2x.png in the project navigator, in summary view I have added the new icons and they are added to my project, and I see them in the summary
But, when I install the app, the icon is the previous one. How can I clean the previous icon in order to install the new one?

Sometimes when building direct to the device it doesn't work first time.
I find I have to clean the project and delete the app from the device/simulator to get the new icon.

Just Clean And Build And Delete The app from Simulator . it will work

Just do this... This will solve your problem..

You have to reset the simulator.

Related

Icon not appearing in Xcode archive?

My app icon isn't appearing in Xcode archives. I have them set in the plist and they are showing on the simulator, on the device and in the project settings. See the picture below:
How can i fix this? Im using the 4.3.1 by the way.
Thanks...
Try this:
Delete all versions of your app from your device.
In Xcode, do "Command+Option+Shift+K" and say yes.
Try to archive again?
Btw, I don't think Default.png and Default#2x.png should be in your icon list.
Don't forget to add small icons and an App Store icon to the project.
Don't forget on correct icon naming. And the Default.png shouldn't be in the .plist.
Also check the target of the icon files.
Icon.png
Icon#2x.png
Icon-72.png
In Xcode press
Command+Shift+K and press Yes.
Command+Shift+Alt+K and press Yes.
The try building, running and Archiving.
You are missing your iTunesArtwork as Item 6 in Icon Files in your plist. Apparently, this is where the Archive window get its image from.

Iphone splash screen removal in iOS 5

In my project summary, I dropped an image in Launch Images place. Which started shown as splash screen when application starts.
Now I have deleted it and there is no Default.png in my project folder. But still that image is being shown as splash screen.
How I can remove it?
Any idea .... ?
Have you tried doing a clean build?
or deleting the app from the device/simulator and re-deploying it?
Most likely, all you need do is clean the project, then rebuild.
To clean the project, simply press cmd+shift+K. Then, build as normal.
To illoGicalError
doing clean and Build will not remove it.
You need to delete the application on your simulator ,then run your application again... It will work...
Press Command+K then build and run. This will remove all unused images from your build.
You can also get to this command from the project menu bar
Try deleting the .app from the Products folder in your Xcode sidebar.
But generally, don't worry - Xcode just likes to cache things like this - if you build for the device then it won't be there.

App Icon Won't Change In iPhone Simulator

I had an old app icon in xcode that I had just attached to the program to see how it looked in the simulator. I made changes, deleted the images, and replaced them in Xcode. However, they are still the old ones in the simulator. I tried resetting it and everything. Does it keep a cache somewhere?
EDIT: Solved by cleaning project.
Have you tried cleaning?
From the Xcode "Product" menu, choose "Clean" or "Clean Build Folder" if you hold alt/option.
If "Clean" does not work, try this:
Reboot the device
Kill the app before running it from Xcode.
Those works in my case.

change of icons and launch screen in xcode 4

hopeing for some help on this one
Hi set my icons up in xcode for using the neat drag and drop feature. A week later i made amendments to my icons. Drag and dropped the new amended items in deleting the older versions. The new versions show up on in the summary drag and drop section and in my project files yet when I build and run it is still showing the older versions even though i have deleted them.
Hope someone can help me out in this one. Not sure if it makes a difference, but im building the app to the simulator.
Thanks in advance for any tips on this one.
Cheers,
Laff
Open your iPhone simulator and select 'Reset Content and Settings' and try running your application on simulator.
Clean (also delete the build folder on disk) and rebuild the project. Also Delete the app from simulator. This way you make sure nothing stale got stuck.

Removed splash screen still appears in my app

please i make a project under xcode with a splash screen (Default.png). Then, i created new project and i didn't put on it a splash screen, but when i execute it i see this Default.png still appear which i don't want, i deleted the old project to make sure but it still there, help please.
Try to clean the project, and remove the app from your device. If a Default.png is still either in the build directory, or in the app directory on the device, it will appear. Simply removing a file from XCode is not enough to make it disappear while developing.
To remove your app use the Organizer (Window > Organizer). Then select your device, then your app and press the minus button. You could also delete your app from the device in the conventional way: hold icon for few seconds, then click X after it starts to shake.
To clean use Build > Clean (or Product > Clean on Xcode 4).