Missing 60x60 icon
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Missing 60x60 icon
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
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
-
- Livecode Opensource Backer
- Posts: 10076
- Joined: Fri Feb 19, 2010 10:17 am
Re: Missing 60x60 icon
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'?
Erm: what is 'Transporter'?
Re: Missing 60x60 icon
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
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
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
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
-
- Livecode Opensource Backer
- Posts: 10076
- Joined: Fri Feb 19, 2010 10:17 am
Re: Missing 60x60 icon
Well, then, just shrink a 64x64 icon a peerie bit.
-
- Livecode Staff Member
- Posts: 861
- Joined: Fri Feb 06, 2015 4:03 pm
Re: Missing 60x60 icon
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
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
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
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