Search code examples
iosxcodephotoshop-script

Xcode 5.02 Photoshop icon creation


I am currently trying to push an app to the store (Build > Archive), but it keeps complaining about sizes of icons and certain sizes not actually existing.

enter image description here

I cannot find a slot in the Images.xcassets > App icon for a 120 or a 152, so first where do I put these icons so that it builds correctly.

enter image description here

Secondly, this is ridiculous, is there a photoshop script I can use that does the same icon up in 120, 152, and whatever other sizes it needs.


Solution

  • I have modified an old photoshop script to create icons that have a size that matches the requirements in xcode 5.2

    https://gist.github.com/derpest/8437300

    Adding the correct icon to the correct place stops the errors upon validating to push to store.

    A good explanation of this is explained here: 'Missing recommended icon file - The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format'