Icon already includes gloss effects

前端 未结 11 1595
臣服心动
臣服心动 2020-12-07 17:37

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 al

11条回答
  •  囚心锁ツ
    2020-12-07 18:01

    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.

提交回复
热议问题