Reputation: 1417
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.
Upvotes: 0
Views: 525
Reputation: 46965
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.
Upvotes: 1