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

Building under iOS produces hundreds of warnings related to QtWebEngine and PDF

XMLWordPrintable

    • iOS/tvOS/watchOS

      Building an app for an iOS target using Qt 6.5 produces many hundreds of warnings related to QtWebEngine and PDF during each build.

      To get a working sample, all you need to do is create an empty Qt Quick project using Qt 6.5 and targeting iOS, using CMake. Then, create an XCode project from it and build/run the app from within XCode on an iOS device.

      It doesn't prevent the app from working. It does, however, needlessly extend the build time.

      Example:

      warning: (arm64) /Users/qt/work/qt/qtwebengine/build/target/src/pdf/Debug/arm64/obj/third_party/pdfium/core/fxcrt/fxcrt/binary_buffer.o unable to open object file: No such file or directory
      
      warning: (arm64) /Users/qt/work/qt/qtwebengine/build/target/src/pdf/Debug/arm64/obj/third_party/pdfium/core/fxcrt/fxcrt/bytestring.o unable to open object file: No such file or directory
      
      warning: (arm64) /Users/qt/work/qt/qtwebengine/build/target/src/pdf/Debug/arm64/obj/third_party/pdfium/core/fxcrt/fxcrt/cfx_bitstream.o unable to open object file: No such file or directory
      
      warning: (arm64) /Users/qt/work/qt/qtwebengine/build/target/src/pdf/Debug/arm64/obj/third_party/pdfium/core/fxcrt/fxcrt/cfx_datetime.o unable to open object file: No such file or directory 

       

      The relevant part of the build log is attached.

      ios_buildlog_qt65.txt

        For Gerrit Dashboard: QTBUG-116619
        # Subject Branch Project Status CR V

            michal Michal Klocek
            lugotal Lukas Gottschald
            Votes:
            3 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:

                There is 1 open Gerrit change