I have changed the xib name but the change done is not reflected in the xml file of the xib. I just changed the name by renaming the file in project navigator. am i missing something?
Edit:
The project is under version control. and I have tried refactoring.
Edit 2:
The issue was i was not changing the owner name referenced from xib and that was the problem in the xml of xib
Did you try opening the corresponding .m or .h file, selecting the class name, right clicking and choosing Refactor -> Rename… ?
That should update the .m, .h and .xib files, as well as the project file.