I recently upgraded to Xcode 4 (which is a great upgrade) but now I\'m getting some warnings that I did not get before. I have looked through forums and other SO posts but
It's very Simple,
Xcode -> Preferences -> Source Control -> uncheck Enable Source Control
and Do not forget to do cmd+shift+k
In XCode 4.2.+ (possibly in 4+) you can avoid manual work and command line :
And that's it :)
All those nasty warnings are gone!
Additionally for Xcode 6+: After selecting the file view 'middle icon' - you can click the checkbox to the left and this will mark them as deleted for SVN when you next commit!
Dont delete the file directly in your .xcode folder. Delete files from xcode project navigator. (Right click on that file and choose move to trash).
Now, To clear this issue add same files in same location. And delete from the project navigator.
In my case
I solved it the following way:
The answer by Alex fixed my issue of missing files.
I had one other problem ( though it is not related to missing files, i feel this would be the better topic)
I fixed this by going directly into the repository, create a new directory under images so that the physical folder is now in the SVN server
I then took an update of the source, and got the newly created directory inside my working copy (though it is not added to the project).
I then copied the images to that directory and added them to the project using "Add File" option, which brought me back the "A" status and I was able to check in the files.
Just wanted to share this.....because it took a lot of time from me.
-anoop