tags:

views:

113

answers:

2

If I try to delete some image resources from my (iPhone) XCode project via Finder, XCode will complain with errors on next build that it can't find these files.

If I try to delete them via XCode's 'Delete' command, XCode crashes everytime without fail.

Any solutions? Hints?

+1  A: 

If you didnt copy them into the project (instead of simply reference them) then you may have problems like this, although xcode should not crash when you try deleting them.

ennuikiller
Yeah, I know it is weird.The files are in the project folder, and I added them via Add to Project command.
raheel
A: 

I have a similar problem. I have many png files and I am constantly editing them and readding them to the project. I make sure I make a copy not just a reference when I use the add to project or the drag and drop from finder. However, occassionally it will think it has a file and the file is NOT there making me rename the file to bring it in then I can name it its original name. With 200 png files, that is an issue. How can I delete those unseen files?

franccjk