I\'m making app and I\'m try to turn off icon gloss effect. Earlier in Xcode 4 it was able to turn off icon gloss effect by turn on \"Prerenderred\" checkbox. Now when i want to
The answer is pretty simple when you use .xcassets (Assets)
. What you have to do is to select your AppIcon collection and on the right pane (Inspector) select Pre-rendered icon
. and that's it.
Just as Tomasz Szulc described:
Project Navigator
, Click on project nameApp Icons
section, press Use Asset Catalog
Attribute Inspector
, check iOS icon is pre-rendered
Hope that helps.
Try to remove the icon from the simulator, clean the build, and try once again to run.