Getting error with manually created NIB?

Posted: 24/02/12

An image of Getting error with manually created NIB?

If when you're running your application, you see the following in your console window - Applications are expected to have a root view controller at the end of application launch - check the window on your default NIB (the one you want to show on launch) is set to be visible. You may find you're getting the error, even if your default view displaying when the app launches, so check the console for the warning.

1. Select your "Window" in your xib File.

2. Check "Visible at Launch" in the Attributes Inspector tab.

3. Run your app.

Keywords for this post: xib, ios, nib, apple, objective-c, cocoa, interface builder, xcode