Missing 60x60 icon

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
andyh1234
Posts: 476
Joined: Mon Aug 13, 2007 4:44 pm
Contact:

Missing 60x60 icon

Post 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
richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10422
Joined: Fri Feb 19, 2010 10:17 am

Re: Missing 60x60 icon

Post 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'?
andyh1234
Posts: 476
Joined: Mon Aug 13, 2007 4:44 pm
Contact:

Re: Missing 60x60 icon

Post 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
Klaus
Posts: 14325
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Missing 60x60 icon

Post 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
richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10422
Joined: Fri Feb 19, 2010 10:17 am

Re: Missing 60x60 icon

Post by richmond62 »

Well, then, just shrink a 64x64 icon a peerie bit.
LiveCode_Panos
Livecode Staff Member
Livecode Staff Member
Posts: 870
Joined: Fri Feb 06, 2015 4:03 pm

Re: Missing 60x60 icon

Post 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
andyh1234
Posts: 476
Joined: Mon Aug 13, 2007 4:44 pm
Contact:

Re: Missing 60x60 icon

Post 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
Klaus
Posts: 14325
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Missing 60x60 icon

Post by Klaus »

Hi Andy,

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


Best

Klaus
Post Reply