Somehow in my project, after many svn commits, merges and conflicts, my xcode project file was messed up for real.
So, I would like to recreate it, including all my source files in it.
The only naive solution that comes to my mind is to create a new project and add all my files again into it. But I’ll need to recreate all my groups and organize it again.
Is that the only solution for me? Is there a easier/better solution?
Edit:
PS.: Xcode 4.2.1
Recreate the project and import all of your classes.
That is the easiest and safest way, unless you want to risk more problems down the road.