Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Icon already includes gloss effects

Tags:

ios

icons

ios5

I have a problem with the gloss effect in app icon at iOS 5 beta 5, in iOS 4 it's show the effect not gloss, but iOS5 shows the gloss effect. I put the option Icon already includes gloss effects = YES, but simply does not work, and it appears that the application Google+ also has the same problem

like image 979
ruiaureliano Avatar asked Aug 07 '11 12:08

ruiaureliano


2 Answers

iOS 5 has anew "Icon Files (iOS 5)" key in the Info.plist file. Make sure the "Icon already includes gloss effect" boolean in that dict is set to "YES" too. You may need to clear your build folder before the changes take effect in the simulator. It takes a lot of troubleshooting to get it to work on older projects, so you might try erasing the root level key.

like image 65
adjwilli Avatar answered Sep 24 '22 00:09

adjwilli


First Settings in a your project info-list set key Icon already inculdes gloss effects to YES Boolean value like below screen shot:

enter image description here

after try project Target settings tick the checkbox in the summary tap in the App Icons section like below screen shot:

enter image description here

it's worked for me!

Welcome in Advance!

like image 36
Dinesh Avatar answered Sep 23 '22 00:09

Dinesh