Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App Icon has Unassigned Image error

I'm getting these errors:

enter image description here

I can't tell exactly which thing it is talking about?

enter image description here

If it is a 42 mm 2x, then I don't have a spot to put that. Can you help? Thanks!

enter image description here

EDIT: Per comment below, I looked on the right pane. Looks like it needs the 44 2x...

enter image description here

enter image description here

...so I have one created, but the Unassigned doesn't highlight when I drag the icon over it, so how do I assign it in my image assets?

enter image description here

EDIT again: Right click show in finder? enter image description here

like image 509
SRMR Avatar asked Apr 03 '15 14:04

SRMR


3 Answers

I had the same issue! The solution that worked for me was pretty easy:

Just select the unassigned image and delete it via delete button. Clean and Build. Done.

Hope this helps!

like image 140
esvau Avatar answered Oct 25 '22 13:10

esvau


(That's assuming you didn't miss any of the required images)

I had this problem a while ago: I went into the media.xcassets directory and checked the contents.json file, where I found some entry with "unassigned" set to TRUE. I removed it and it removed the compiler warning.

Hope you got stuck in that same scenario so you will also be able to fix it.

like image 4
Darkseal Avatar answered Oct 25 '22 13:10

Darkseal


I had to

  • right click on one of the images in the lower row (with "unassigned" written under the row)
  • select "Universal" to unselect it
  • right click and
  • "Universal" again to select it
    • This changed the top row to show 3 empty boxes that were empty
  • Drag each of the images from the unassigned row to the universal row

Though, I don't know why those menu options are disabled in the original question...

like image 2
Nate Avatar answered Oct 25 '22 12:10

Nate