Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-47592

iOS platform notes for launch screens are wrong

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.5.1
    • 5.5.0
    • Documentation
    • None
    • iOS
    • iOS/tvOS/watchOS
    • 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

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            sgaist Samuel Gaist
            scorp1us Jason Hihn
            Votes:
            3 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes