roger
roger

Reputation: 68

Unable to submit to iTunes due to missing Home screen icon

Im not able to upload a watchkit 2 release to iTunes Connect. I get an error that the home screen icon for 42mm is missing. There is also no slot for this in Xcode (I use 7.1).

The error being returned is

Error ITMS-90394: "Missing Icon. The watch application "...' is missing icon with pattern "*[email protected]' (Home screen 42mm).

I've tried to edit the Contents.json file and add a second slot for "appLauncher" but that hasn't helped.

{  
  "size" : "44x44",  
  "idiom" : "watch",  
  "filename" : "[email protected]",  
  "scale" : "2x",  
  "role" : "appLauncher",  
  "subtype" : "42mm"  
}

Does anyone have any ideas?

Upvotes: 2

Views: 238

Answers (1)

katleta3000
katleta3000

Reputation: 2494

Don't understand your problem correctly - if you problem is that you don't have slots for 42mm in your image assets folder. Try adding new icon assets, like shown on the screenshot inside your image assets folder:

enter image description here

Check this settings too in attribute inspector:

enter image description here

P.S. You should keep in my mind, that your images should be png without alpha channel.

Upvotes: 1

Related Questions