icon issue

I’ve built my application by using the different Icon.png files available in the sample code (from fishies and MovieClip). But when I transfer them, I do not see any change in the icon displayed on the device.
I built the application by using the Icon.png file from fishies and there it displays correctly. But when I change it to the icon file from MovieClip, the change does not reflect on the device. It is still the Icon.png file from fishies which is displayed.

Is there any cache or something I am doing wrong?

[import]uid: 6661 topic_id: 1323 reply_id: 301323[/import]

Did you try to delete the app on the device?

Do you use Organizer to transfer the app?

Did you use different version numbers in the build windows (if you use iTunes for installing the app)

For myself and my beta testers I make it easy and use different application names for every new build! [import]uid: 6928 topic_id: 1323 reply_id: 3594[/import]

Before transferring to the device, I always delete the app on the device.
I am using Organizer to transfer the application (I did the test with iTunes, but the issue is the same).

I am going to modify the version numbers/application name and see if this resolves the problem.
[import]uid: 6661 topic_id: 1323 reply_id: 3597[/import]

I don’t see the problem here. I changed the icon.png file then rebuild and downloaded the app to my iPhone 3GS (OS 3.1.3) using Organizer. The new icon showed up the first time.

I didn’t change the app name or version.

Tom [import]uid: 6119 topic_id: 1323 reply_id: 3600[/import]

No success on my side. At some time I achieved to change the icon. But as soon as I replace it with another icon, the new icon does not display.
Is there a way I can check for the Icon.png file which is embedded in the application? [import]uid: 6661 topic_id: 1323 reply_id: 3738[/import]

I have built with a terminal window open and I can read the following messages :

/Users/lourenco/Desktop/Travel.app: replacing invalid existing signature
/Users/lourenco/Desktop/Travel.app: signed bundle with Mach-O thin (armv6) [com.dxstudio-cafe.travel]
Is the message “replacing invalid existing signature” normal and expected?
[import]uid: 6661 topic_id: 1323 reply_id: 3739[/import]

Yes, those two messages are normal for a build.

You can view the files that make up the build using OSX Finder on the .app file. Right click on the file and click Show Package Contents. You may have to copy the icon file out of the package to view it.

I’m at a loss to explain why you can’t change the icon. Are you sure that you don’t have multiple icon files? Make sure the Icon.png file has an uppercase “I”.

-Tom [import]uid: 6119 topic_id: 1323 reply_id: 3741[/import]

You can also download iPhone Explorer and check what is on the device… but that should be identical to what you install if you delete it on the device first.

You also could try to reboot your device… [import]uid: 6928 topic_id: 1323 reply_id: 3743[/import]

If you right click on the app file that gets created and pick show package contents is the right icon in there? [import]uid: 3 topic_id: 1323 reply_id: 3762[/import]

I’m seeing the same thing currently. Both Icon.png and Default.png are not doing anything on the device whether I install it from iTunes or XCode. Everything else that the app does is working, but it is not updating these resources. When I check the App package, they are there, though. It does not show up with the icon in iTunes either. Just the empty application icon.

I do see this:
Compressing/copying PNG /Users/DaveMB/Documents/Corona Projects/test/Default.png to /Users/DaveMB/Desktop/theApp!.app/Default.png
Copying /Users/DaveMB/Documents/Corona Projects/test/Icon.jpg to /Users/DaveMB/Desktop/theApp!.app/Icon.jpg
/Users/DaveMB/Documents/Corona Projects/test/Icon.jpg -> /Users/DaveMB/Desktop/theApp!.app/Icon.jpg

But then later I see this:
mv: rename /Users/DaveMB/Desktop/theApp!.app/icon.png to /Users/DaveMB/Desktop/theApp!.app/Icon.png: No such file or directory

I assume that is there in case people forget to capitalize the first letter of the Icon filename.

But still I cannot see it on the device or in iTunes.

EDIT:
After several delete and deploys, I can now see the Default.png when it loads…but still no Icon.png. [import]uid: 7077 topic_id: 1323 reply_id: 4272[/import]

You Logs Show Icon.JPG … Sure you have Icon.PNG ? [import]uid: 6928 topic_id: 1323 reply_id: 4275[/import]

You need Icon.png and Default.png in your project folder (not a subfolder) for it to work. Be careful of the capitalization of the first letter. iTunes will not show an icon (it will be blank white box) but the icon should show up on the device and the Default.png image should up while your app is loading.

The Icon.png must be 57 pixels x 57 pixels.

From the text you posted, it looks like your are using Icon.jpg instead of Icon.png. That may affect the loading of Default.png file too. [import]uid: 7559 topic_id: 1323 reply_id: 4276[/import]

Ah, another notch in my Rookie Belt. I have a million such notches with every technology I work with.

Finder wasn’t showing the extensions so I didn’t copy the right one from my asset folder. Oy vey!

Thanks for the help and sorry to bother. [import]uid: 7077 topic_id: 1323 reply_id: 4285[/import]