I have a problem with Xcode. Every time I launch my application in Simulator, the application stops in black screen mode, and the debugger writes this code:
2012-07-04 11: 54: 08.348 myApp [661: f803] * The application terminated due to the uncaught exception "NSInternalInconsistencyException", reason: '- [UIViewController _loadViewFromNibNamed: bundle:] loaded "myappViewController", but the exit viewpoint was not installed. ''
An Internet search that I read to establish a connection between a view and a view in Outlets.
For "File Owner" → "Connection Inspector" → "Sockets" I have a related view to view.
The result is always the same. The same mistake.
Is there any other way around this problem?
Thank you all
source share