I was programming some stuff in a Xcode project, then I decided to move all that code and xib file to a new project. So, I’ve created a new project, then copied the files to their new place.
The thing is: the new project already had an MainMenu.xib file. I deleted the default (the one that comes within the new project) and added my MainMenu.xib from the other project.
It compiles and run. But when I click some buttons nothing happens. I checked the actions and outlets links, and it seems to be fine.
What else should I look for to get that main window working properly? Any advices?
Just change the “Main Interface” setting in your target settings (Summary tab).