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

Xcode upload symbols failed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 6.8.3
    • None
    • iOS/tvOS/watchOS

      this is probably linked to fixed QTBUG-130813

       

      i have moved from 6.7.3 to 6.8.3 (because i finaly fixed QTBUG-135978), and all changes are:

      in 6.7.3 in main.cpp i had:

      #include <QtPlugin>
      Q_IMPORT_PLUGIN(QIosOptionalPlugin_NSPhotoLibrary);

      while for 6.8.3 i have to use this in my cmake instead of above main.cpp code:

      qt_import_plugins(${TARGET_NAME} INCLUDE Qt6::QIosOptionalPlugin_NSPhotoLibraryPlugin)

       - info why is here: https://bugreports.qt.io/browse/QTBUG-132412

       

      also because of FFmpeg, now since 6.8.0 i have to also add to cmake:

      qt_add_ios_ffmpeg_libraries(${TARGET_NAME})

       

      and one last change (but this is affecting both 6.7.3 and 6.8.3) i have to stop using:

      target_link_libraries(${TARGET_NAME} PRIVATE "${QT_HOST_PATH}/../ios/plugins/platforms/darwin/libqiosnsphotolibrarysupport.a")

       - because of QTBUG-135978

       

      and the result when Validating app for apploading to apple store is:

      which before mentioned changes want an issue (not even this warning, which is also very important because now i dont have debug symvols for crashlitics stacktrace linked to these missing frameworks DWARFs)

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

            tpochep Timur Pocheptsov
            shokarta Jiri Zaloudek
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes