Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The folder "Images.xcassets" doesn't exist

Tags:

xcode

ios

When I open the project file in the latest xcode version, I get the error "The folder "Images.xcassets" doesn't exist" in two popups. I have to click OK multiple times to make the popups disappear. I haven't done anything to remove such folders. Does anyone have an idea why I might be getting them?

Update:

I see it in finder and in my project explorer too. The problem still persists. enter image description here

like image 667
Maximus S Avatar asked Oct 27 '14 09:10

Maximus S


1 Answers

I used the hotkey combinations for Cleaning the Project and Cleaning the Build Folder. Building again after this did the trick. The problem came up after merging too Git Repository Branches of our Project and trying to build.

Clean Build Folder:

Option + Shift+ Command + K

Clean Project:

Shift + Command + K

like image 183
JThora Avatar answered Oct 04 '22 03:10

JThora