raheel
raheel

Reputation: 1417

Deleting included resources causes XCode to crash/complain

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

Answers (1)

ennuikiller
ennuikiller

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

Related Questions