I've a problem in Xcode. Every time I run my app in Simulator, the app is stopped in a black screen view and the debugger write this code:
2012-07-04 11:54:08.348 myApp[661:f803] * Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UIViewController _loadViewFromNibNamed:bundle:] loaded the "myappViewController" nib but the view outlet was not set.'
Searching through the web I've read to set the link between view and View in Outlets.
For "File's Owner" -> "Connections inspector" -> "Outlets" I have linked view to View.
The result is always the same. Same error.
There's another way to bypass this problem?
Thanks everyone