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

[REG 5.10 -> 5.11] iOS WebView/minibrowser not compiling

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.11.0 Beta 1
    • 5.11.0 Beta 1
    • WebView
    • macOS 10.12

      xcode 9.2
    • iOS/tvOS/watchOS
    • fa66026beafaf00aa549f71d6879320610d0e7e5

    Description

      Webview/minibrowser not compiling with 5.11 iOS binaries. Same example build with 5.10.1 works fine.

      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk -L/Users/qt/Qt_5101/Examples/Qt-5.11.0/webview/build-minibrowser-Qt_5_11_0_for_iOS2-Debug/Debug-iphoneos -L/Users/qt/Qt_5101/5.11.0/ios/plugins/platforms -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.2.sdk/System/Library/Frameworks -L/Users/qt/Qt_5101/5.11.0/ios/lib -L/Users/qt/Qt_5101/5.11.0/ios/plugins/webview -L/Users/qt/Qt_5101/5.11.0/ios/plugins/imageformats -L/Users/qt/Qt_5101/5.11.0/ios/plugins/qmltooling -L/Users/qt/Qt_5101/5.11.0/ios/plugins/bearer -L/Users/qt/Qt_5101/5.11.0/ios/qml/QtQuick.2 -L/Users/qt/Qt_5101/5.11.0/ios/qml/QtQuick/Controls -L/Users/qt/Qt_5101/5.11.0/ios/qml/QtWebView -L/Users/qt/Qt_5101/5.11.0/ios/qml/QtQuick/Layouts -L/Users/qt/Qt_5101/5.11.0/ios/qml/QtQuick/Window.2 -F/Users/qt/Qt_5101/Examples/Qt-5.11.0/webview/build-minibrowser-Qt_5_11_0_for_iOS2-Debug/Debug-iphoneos -filelist /Users/qt/Qt_5101/Examples/Qt-5.11.0/webview/build-minibrowser-Qt_5_11_0_for_iOS2-Debug/minibrowser.build/Debug-iphoneos/minibrowser.build/Objects-normal/arm64/minibrowser.LinkFileList -miphoneos-version-min=10.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/qt/Qt_5101/Examples/Qt-5.11.0/webview/build-minibrowser-Qt_5_11_0_for_iOS2-Debug/minibrowser.build/Debug-iphoneos/minibrowser.build/Objects-normal/arm64/minibrowser_lto.o -Xlinker -no_deduplicate -fembed-bitcode-marker -stdlib=libc++ -Wl,-e,_qt_main_wrapper -Wl,-rpath,@executable_path/Frameworks -L/Users/qt/Qt_5101/5.11.0/ios/plugins/platforms -framework UIKit -framework AssetsLibrary -L/Users/qt/Qt_5101/5.11.0/ios/lib -framework MobileCoreServices -framework OpenGLES -L/Users/qt/Qt_5101/5.11.0/ios/plugins/webview -L/Users/qt/Qt_5101/5.11.0/ios/plugins/imageformats -L/Users/qt/Qt_5101/5.11.0/ios/plugins/qmltooling -L/Users/qt/Qt_5101/5.11.0/ios/plugins/bearer -L/Users/qt/Qt_5101/5.11.0/ios/qml/QtQuick.2 -L/Users/qt/Qt_5101/5.11.0/ios/qml/QtQuick/Controls -L/Users/qt/Qt_5101/5.11.0/ios/qml/QtWebView -L/Users/qt/Qt_5101/5.11.0/ios/qml/QtQuick/Layouts -L/Users/qt/Qt_5101/5.11.0/ios/qml/QtQuick/Window.2 -lm -lz -framework Foundation -framework QuartzCore -framework AudioToolbox -framework CoreFoundation -framework CoreGraphics -framework CoreText -framework ImageIO -lqtwebview_darwin_debug -framework Security -framework AppKit -framework WebKit -lqios_debug -lQt5FontDatabaseSupport_debug -lqtfreetype_debug -lQt5GraphicsSupport_debug -lQt5ClipboardSupport_debug -lqgif_debug -lqicns_debug -lqico_debug -lqjpeg_debug -lqmacheif_debug -lqmacjp2_debug -lqtga_debug -lqtiff_debug -lqwbmp_debug -lqwebp_debug -lqmldbg_debugger_debug -lqmldbg_inspector_debug -lqmldbg_local_debug -lqmldbg_messages_debug -lqmldbg_native_debug -lqmldbg_nativedebugger_debug -lqmldbg_profiler_debug -lqmldbg_quickprofiler_debug -lqmldbg_server_debug -lQt5PacketProtocol_debug -lqmldbg_tcp_debug -lqgenericbearer_debug -lqtquick2plugin_debug -lqtquickcontrolsplugin_debug -ldeclarative_webview_debug -lQt5WebView_debug -lqquicklayoutsplugin_debug -lwindowplugin_debug -lQt5Quick_debug -lQt5Qml_debug -lQt5Gui_debug -lqtlibpng_debug -lqtharfbuzz_debug -lQt5Network_debug -lQt5Core_debug -lqtpcre2_debug -Xlinker -dependency_info -Xlinker /Users/qt/Qt_5101/Examples/Qt-5.11.0/webview/build-minibrowser-Qt_5_11_0_for_iOS2-Debug/minibrowser.build/Debug-iphoneos/minibrowser.build/Objects-normal/arm64/minibrowser_dependency_info.dat -o /Users/qt/Qt_5101/Examples/Qt-5.11.0/webview/build-minibrowser-Qt_5_11_0_for_iOS2-Debug/Debug-iphoneos/minibrowser.app/minibrowser
      ** BUILD FAILED **
      The following build commands failed:
      Ld Debug-iphoneos/minibrowser.app/minibrowser normal arm64
      (1 failure)
      make: *** [xcodebuild-debug-device] Error 65
      ld: framework not found AppKit
      clang: error: linker command failed with exit code 1 (use -v to see invocation)
      13:18:45: The process "/usr/bin/make" exited with code 2.
      Error while building/deploying project minibrowser (kit: Qt 5.11.0 for iOS2)
      When executing step "Make"
      

       

      Attachments

        Issue Links

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

          Activity

            People

              qt.team.graphics.and.multimedia Qt Graphics Team
              joaijala Johanna Äijälä
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes