Thursday, October 28, 2010

Renaming XIB problem

Renaming an XIB using XCode's 'Rename' caused a crash. After app launched it failed trying to load the XIB because it was trying to load it with the previous name. The fix was to open the main window XIB with an XML editor (Dashcode) and manually change the view controller name [key=IBUINibName].

No comments:

Post a Comment