Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apple Watch submission failing because of "Missing Icons

My submission keeps failing because Xcode says that some times are missing. However, those sizes aren't on the Asset Catalog at all

http://i.stack.imgur.com/AimO2.png

For example, the image says about missing 27.5@2x and 24@2x, but on the catalog:

http://i.stack.imgur.com/XdnRu.png

There's no such sizes... I just updated Xcode, what am I supposed to do?

Sorry for the links instead of proper images, it says I need 10 reputation to post them.

like image 697
Bruno Rocha Avatar asked Apr 18 '15 15:04

Bruno Rocha


1 Answers

This icons 24pt + 27.5pt must be with 2x scale (48px x 48px and 55px x 55px)

enter image description here

like image 121
Vlad Avatar answered Oct 25 '22 16:10

Vlad