Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

'Icon already includes gloss effects' doesn't work on iOS 6 compiled on xCode 5 with SDK 7

Tags:

Icon already includes gloss effects doesn't work on iOS 6 compiled on xCode 5 with SDK 7. How to fix this issue? Image assets on the project are enabled.

like image 262
Dmitry Avatar asked Sep 14 '13 09:09

Dmitry


2 Answers

As iOS7 is not under NDA anymore, here is the answer :

In Xcode 5 select Images.xcassets followed by your icon set. There is a "pre-rendered icon" setting that removes the gloss

assets settings

like image 57
Kirualex Avatar answered Sep 18 '22 20:09

Kirualex


If you're not wanting to switch to the asset catalog, you can add the UIPrerenderedIcon key to your plist under the CFBundlePrimaryIcon dictionary (then clean): UIPrerenderedIcon

like image 26
sc0rp10n Avatar answered Sep 20 '22 20:09

sc0rp10n