Hi, It seems that the instructions below for custom Launch Screen are irrelevant for XCode-7 Storyboard Launch Screen:
http://doc.qt.io/qt-5/platform-notes-ios.html I'm working with QtCreator 3.5.0 and Qt-5.5.1-source, recent snapshot. When adding a new Launch Screen from Xcode-7 by File -> New -> Launch Screen and creating MyLaunch.storyboard the following files were created: MyLaunch.storyboard, MyLaunch-SBPartialInfo.plist and directory MyLaunch.storyboardc with two nib files and Info.plist Copying the files and the directory to Qt project and adding to Qt-pro-file copying of MyLaunch.storyboard, MyLaunch-SBPartialInfo.plist, MyLaunch.storyboardc and the 3 files it includes to the app bundle leads to a strange result: Qt-release project - it works Qt-debug project - black-screen My guess, the files to be copied not only to the app bundle but to the Xcode-generated by Qt-Creator project. How to achieve it? Thank you. Regards, Robert _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest