Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Asset Catalog Compiler Error - none of the input catalogs contained a matching app icon set named "AppIcon"

Tags:

Asset Catalog Compiler Error - none of the input catalogs contained a matching app icon set named "AppIcon"

like image 804
Paul Heiden Avatar asked Jan 15 '15 14:01

Paul Heiden


2 Answers

I had a similar problem and I think it was because I accidentally deleted the AppIcon in Images.xcassets. So I will explain what I did.

  1. Open the Images.xcassets in the current project.
  2. Resize the window and move the window(Xcode) to the right.
  3. Start a new project in Xcode(a temporary one). Name it something like "temporaryApp".
  4. Open the Images.xcassets in the temporaryApp. Here, you can see AppIcon.
  5. Click and drag this to Images.xcassets of our previous app, that is placed at the right-hand side of the screen.

And voila, Build Succeeded.

Hope this works for you

like image 54
Sidharth J Dev Avatar answered Sep 29 '22 15:09

Sidharth J Dev


Please verify your settings is correct. Step 1Step 2

like image 25
PREMKUMAR Avatar answered Sep 29 '22 15:09

PREMKUMAR