XCode: deleting included resources causing problems
        Posted  
        
            by raheel
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by raheel
        
        
        
        Published on 2009-11-01T23:21:51Z
        Indexed on 
            2010/04/16
            1:03 UTC
        
        
        Read the original article
        Hit count: 437
        
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?
© Stack Overflow or respective owner