, Info.plist . "", (iOS5) TARGET-Info.plist(Raw Key: CFBundleIcons).
, XCode. (Raw Key: CFBundleIconFiles). reset , , . Target Product ( , Build and Restart XCode).
Then go back to Info.plist and you will see entries for BOTH CFBundleIcons (iOS 5) and CFBundleIconFiles (an additional key is also called UIPrerenderedIcon). Remove CFBundleIcons (iOS5 one) as this is redundant.
Running images must have very specific names, so they will not be in Info.plist.
source
share