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

QMAKE_TARGET_BUNDLE_PREFIX is ignored -> signing errors

    XMLWordPrintable

Details

    • 8c029e98bf668725979424766c0bbbfc012448b3

    Description

      The fix in QTBUG-65673 seems to be at the wrong place. Instead it might be better placed in default_post.prf instead.

      Since the code is executed in default_pre, QMAKE_TARGET_BUNDLE_PREFIX is always set to the default value calculated by qmake using PlistBuddy and cannot be overwritten by the user's actual .pro file.

      A workaround to this is manually setting 

      xcode_product_bundle_identifier_setting.value = "com.mycompany.myapp"

      in the .pro file.

      Attachments

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

        Activity

          People

            gri Christoph Keller
            gri Christoph Keller
            Votes:
            3 Vote for this issue
            Watchers:
            9 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes