This started to happen for me on Xcode 7, and I had no outlets with yellow flags that I could delete.
The only thing that worked for me was replacing this line in the AppDelegate:
[window addSubview:viewController.view];
to:
[window setRootViewController:viewController];