Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XCode won't update app icon.

Tags:

xcode4

cordova

I am having trouble making XCode update my iPad app icon. I'm building it using Phonegap/Cordova, but the app icon is built / managed through XCode.

I built the app on my device for testing and it came across with the default Cordova icon, I then added in my own icon into the project by placing them into build summary > app icon. In XCode they show as being there but when I build it to the device, the default Cordova icon still shows. Any ideas?

PS. I'm using XCode 4.3.2.

Thanks in advance.

like image 499
sam Avatar asked May 29 '12 14:05

sam


1 Answers

IN this link, third image from the top shows you were to change the icon. you see a folder in the left column Resources->icons. open it in the finder and replace the icon what you have for iPad etc. you can also change the splash screen images in the Resources->Splash section.

to empty the cache delete the app from the device and do a clean and build. Even if its still there(it does at times, trust me), restart your xCode.

like image 125
Futur Avatar answered Oct 13 '22 01:10

Futur