Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The folder “Icons.xcassets” doesn’t exist when opening xCode project

Tags:

xcode

ios

xcasset

I have a project that has a number of targets and now I am getting the error The folder “Icons.xcassets” doesn’t exist. in two popups when I open the project or move around targets. What would be causing this?

like image 587
Mike Flynn Avatar asked Jul 08 '14 18:07

Mike Flynn


1 Answers

Go to Project -> Targets -> Select General Tab -> Go to section App Icons and Launch images -> Select Don't use asset catalogue against App Icons Source.

Doing so silenced this warning in my case. See the image for clarification

like image 99
Ayesha Saeed Avatar answered Oct 19 '22 12:10

Ayesha Saeed