In Xcode, the main controller is hopelessly misconfigured. What are the steps I can take to fix all

Posted by MikeN on Stack Overflow See other posts from Stack Overflow or by MikeN
Published on 2010-03-23T19:20:54Z Indexed on 2010/03/23 19:23 UTC
Read the original article Hit count: 132

Filed under:

Somehow the main .xib file for my iphone project got deleted. I created a replacement .xib file, but the properties are not setup correctly for the MainWindow to load this one. I don't understand and am hopelessly confused about any of the properties and which ones may or may not be sent.

What are the X properties that all need to be set to have this work correctly? I've checked all of these, but there appear to be others:

1) The app delegate for the project is set to the new ControllerUI class. 2) The MainWindow.xib shows the correct .xib file as being loaded from (it has a link in its UI to the .xib file that should be loaded on project run.

There appear to be other settings that have to be changed and I can't find them. Is there a way in XCode to recreate the MainWindow.xib file? Should I just create a new project and move all of the other files into it?

© Stack Overflow or respective owner

Related posts about xcode