When I try to put images into the Resources folder of my project, I got this message :
fatal: Not a git repository (or any of the parent directories): .git
<
Faced the same problem in Xcode 4.6.1 after moving my folder and xcodeproj file. Here's what works for me:
git init
in the new directory where you placed the folder and xcodeproj file, and do an initial commit