Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing Icons error when submitting my Apple Watch App

I get an error when trying to submit my Apple Watch app to iTunes Connect.

The error I get when trying to Archive my App

However, I have added all Apple Watch icons to my xcassets file and have added it to my Apple Watch App Target.

The xcassets setup

So I don't know what to do about this. Thanks!!

like image 874
Mattias Farnemyhr Avatar asked Jan 08 '23 15:01

Mattias Farnemyhr


2 Answers

This is a crazy bug on Xcode 6.2 but I found an easy fix (after lots of hard work).

Apparently, Xcode doesn't work well when using same icons for the app and for the watch at the same asset catalog so just separate the icons and that would fix that.

Moreover, Pay attention that the assets resource is attached to the WatchKit app.

Just a small notice, Pay attention to have a square icon and not to include any transparency on those icons. It would be submit if you do but would reject automatically after few minutes.

like image 174
Idan Avatar answered Jan 12 '23 01:01

Idan


I'm not sure if there is an icon spot for CarPlay in xcassets for the Apple Watch Apps or not, but I know that there is a glitch in Xcode 6.2 that has caused me to encounter the same error when I have a CarPay icon image added. When I removed the CarPlay icon, it fixed the issue instantly.

like image 44
agwin27 Avatar answered Jan 11 '23 23:01

agwin27