Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Mac App Store deployment. General question how to add Qt frameworks in app bundle.
Forum Updated to NodeBB v4.3 + New Features

Mac App Store deployment. General question how to add Qt frameworks in app bundle.

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 627 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nando76
    wrote on last edited by
    #1

    Hi,

    i have a general problem deploying my application to apple using the application loader.
    After creating my app bundle using macdeployqt the qt frameworks are at correct place in my bundle,
    for example:
    @my.app/Contents/Frameworks/QtCore.framework ...@

    The Info.plist file of the QtCore.framework contains @“org.qt-project.QtCore”@

    Now the problem. If is use application loader to send my pkg file i get the error:

    @ITMS-9000 Bundle identifier mismatch@
    saying that the Qt fremeworks inside my bundle have identifier @“org.qt-project.QtCore”@ but trying to sign
    with bundle id "de.test.MyApp" (the identifier of my app)

    Any idea how to solve this? I just want to deploy the qt frameworks as they are within my bundle....

    Greetings
    Nando

    1 Reply Last reply
    0
    • S Offline
      S Offline
      Seamus Boyle
      wrote on last edited by
      #2

      Sign the framework with the identifier specified in the frameworks plist, not your apps.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved