简体   繁体   中英

UIPrerenderedIcon being ignored for XCode 4.2.1 in Simulator or Device

I've set UIPrerenderedIcon to true in my info.plist file but both the simulator and device (running iOS 5.0.1) are ignoring the value...

<key>UIPrerenderedIcon</key>
<true/>

Any ideas what I can do? I've tried Clean -> Build but that didn't solve it either...

Found the issue.

In iOS 5 it groups your icons together in a dictionary. You need to expand the item in your plist called "Icon Files (iOS 5)", then "Primary Icon". In there you will see another UIPrerenderedIcon value setting.

Change that, and solved!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM