How do I rename XIB/NIB files in Xcode? There is no "Fefactor" option, and right clicking and choosing "Rename" does not work correctly.
+2
A:
The configuration file Info.plist
contains the name of the main XIB file. Changing the relevant property to match the new name should fix your issue.
mouviciel
2009-02-01 20:46:43