My universal iOS app displays the message "[ApplicationLifecycle] Windows were created before application initialzation completed.
This may result in incorrect visual appearance." right at the start of launch - before didFinishLaunchingWithOptions is reached.
The app does not crash although there is an issue later where a screen is unexpectedly blank - not sure why. The app does not display this message on an iPhone. The iPad uses a splitviewcontroller (actually a custom one). It is written in objective-C with a mainWindow.xib, as opposed to storyboard. Can anyone offer any suggestions as to how to determine what is causing this issue.