Page 1 of 1

Missing 60x60 icon

Posted: Tue Nov 12, 2024 5:48 pm
by andyh1234
Hi,

I am getting rejection notices from Transporter when trying to submit an app

the icon file Appname.app/AppIcon60x60@2x.png must be in png format.

I cannot see anywhere in Livecode where I can specify a 60x60 icon.

I have Xcode 15 and SDK 17 on my system.

Any ideas?

Thanks

Re: Missing 60x60 icon

Posted: Tue Nov 12, 2024 7:09 pm
by richmond62
That is odd, as 16x16, 32x32, 64x64, and so on, Yes: but 60x60 is kinky and out if sync with everyone else.

Erm: what is 'Transporter'?

Re: Missing 60x60 icon

Posted: Tue Nov 12, 2024 7:16 pm
by andyh1234
It looks like a livecode 10 bug.

Looking inside a package created in livecode 9 the icon file is there, but build it in livecode 10 and it is not. Unfortunately I used the chart widget so need to build in livecode 10.

Transporter is an xcode companion app to upload apps to the app store

Re: Missing 60x60 icon

Posted: Tue Nov 12, 2024 7:53 pm
by Klaus
Hi Andy,

sure you are talking about a 60*60 pixel iOS icon?
Or do you mean the "iOS 7 Retina Icon" which is 120*120 pixel (which equals 60*60@2x)?

Best

Klaus

Re: Missing 60x60 icon

Posted: Tue Nov 12, 2024 7:58 pm
by richmond62
Well, then, just shrink a 64x64 icon a peerie bit.

Re: Missing 60x60 icon

Posted: Wed Nov 13, 2024 10:53 am
by LiveCode_Panos
Hello Andy,

The AppIcon60x60@2x.png icon is the 120*120 one, as Klaus pointed out.

A rough guess is that the icon path you have supplied for the "iOS 7 Retina Icon" is no longer valid, so I suggest clearing the icon choice and re-selecting it.

Hope this helps,
Panos

PS: This is related: https://quality.livecode.com/show_bug.cgi?id=24630

Re: Missing 60x60 icon

Posted: Wed Nov 13, 2024 3:51 pm
by andyh1234
Thanks

I downloaded an app called App Icon Generator and used that to recreate the png files for the icons.

I added these to Livecode and re-built and it worked.

There must have been an issue with my old 120 icon, and possibly one of the others, but whatever it was it is now gone.

Thanks

Andy

Re: Missing 60x60 icon

Posted: Wed Nov 13, 2024 3:59 pm
by Klaus
Hi Andy,

shameless plug(-in): https://major-k.de/iconmaker.html :D


Best

Klaus