I’m developing an iOS 4 with latest iOS SDK and XCode 4.2.
I don’t know how, but I have found that one of my ViewController.xib has been moved to en.lproj folder.
I’ve moved this file out of this folder, and added it again to project.
But now, when I compile I get a waring saying that I en.lproj/ViewController.xib is missing from working copy.
How can I fix this?
This is not a direct answer to your question, but I’d still say this.
Use something like git or svn to avoid such mistakes. The new XCode in fact gives an option for git while creating a new project.
If you are already using Code Revision Control System, just look for the commit that did this change and revert it. (I am using git language here)