Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Change xCode App icons

I want to change my App icon, so, I delete (move to trash) Icon.png and [email protected] 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

enter image description here

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?

like image 301
user1256477 Avatar asked Dec 04 '22 13:12

user1256477


2 Answers

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.

like image 77
Fogmeister Avatar answered Dec 22 '22 14:12

Fogmeister


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

like image 40
Mohammad Al-Barari Avatar answered Dec 22 '22 13:12

Mohammad Al-Barari