Possible Duplicate:
How do I rename a project in Xcode?
Hi I am tying to change the name of the file that my xcode project is sitting in. however as soon as I try to do this when I load the project back up all of the file names inside the navigator menu turn red…
updated question, I was able to rename my project but it did not change this

its still showing testtable2… I have no idea why.. Is it because of the folder name this whole project is sitting in?
First, BACKUP YOUR PROJECT
In 4.1:
Slowly double click on the text of the project name (right to the blue xcode icon). Type in the new project name and Rename the Project content items in the dialog.
Or in older versions of Xcode (not sure the exact version):
Click
Menu > Project > Rename..., and select your new name.The preference file contains lots of hard coded references to the project name, so you can’t just rename the file through Finder/Terminal. The old way was a lot of painful grepping, etc.