Mattias Farnemyhr
Mattias Farnemyhr

Reputation: 4238

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!!

Upvotes: 4

Views: 1739

Answers (3)

Fabio Poloni
Fabio Poloni

Reputation: 8371

Go to the Watch App Target and click the arrow next to the App Icons Source field. Then click on an icon of your choice (doesn't matter which one). Open the File Inspector (right sidebar, first icon from left) and select the Apple Watch Target under Target Membership.

Upvotes: 0

Idan
Idan

Reputation: 9940

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.

Upvotes: 8

agwin27
agwin27

Reputation: 196

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.

Upvotes: 1

Related Questions