Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.5.0
-
None
-
iOS
-
-
0a9133aedd6f911a07b7020420a9addf9c31c9f3
Description
In reference to http://doc.qt.io/qt-5/platform-notes-ios.html
PER COMMERCIAL SUPPORT:
Ok, now we found why the launch screen didn't initially work.
Qt is internally adding stuff to QMAKE_BUNDLE_DATA with the name
"launch_images" and therefore it can't be used in your own application.
This won't work in your application:
launch_images.files = $$PWD/ios/Launch.xib
Instead rename it to something else and then it will work.
launch_images_test.files = $$PWD/ios/Launch.xib