tags:

views:

832

answers:

1

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