Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Error to send app to apple store after new itunes connect and new Application Loader
Forum Updated to NodeBB v4.3 + New Features

Error to send app to apple store after new itunes connect and new Application Loader

Scheduled Pinned Locked Moved General and Desktop
9 Posts 3 Posters 3.6k 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.
  • guidupasG Offline
    guidupasG Offline
    guidupas
    wrote on last edited by
    #1

    Hello all!

    After the new Itunes connect and the new Application Loader I am receiving an error when I try to send a new App or update an App.

    I updated Qt to 5.3.2

    I am doing nothing different then before, when my Apps were accepted.

    The error is:
    ERROR ITMS-9000: "Missing bundle identifier. The application bundle contains a tool or framework [com.GuilhermeDupas.InterestC.pkg/Payload/InterestC.app/Contents/Frameworks/QtCore.framework] that is missing the bundle identifier in its info.plist file."

    ERROR ITMS-9000: "Bad Bundle Executable. You must include a valid CFBundleExecutable key in the nested bundle [com.GuilhermeDupas.InterestC.pkg/Payload/InterestC.app/Contents/Frameworks/QtCore.framework] property list file"

    Att.
    Guilherme Cortada Dupas

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      IIRC, it's a known problem that's being worked on. Apple changed their requirement for the frameworks content (e.g. file placement) so the current versions of Qt (up to 5.3.2) are not "compatible" with it.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • guidupasG Offline
        guidupasG Offline
        guidupas
        wrote on last edited by
        #3

        Ok

        Thank you SGaist

        Att.
        Guilherme Cortada Dupas

        1 Reply Last reply
        0
        • guidupasG Offline
          guidupasG Offline
          guidupas
          wrote on last edited by
          #4

          There is something to do to solve the problem temporarily while we wait for the final solution?

          Att.
          Guilherme Cortada Dupas

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            I haven't the thread number by hand but there's one similar to yours that contains a link to a gist that might help you

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0
            • guidupasG Offline
              guidupasG Offline
              guidupas
              wrote on last edited by
              #6

              I am trying to found the gist SGaint mentioned but I did not found it. Does anyone know where I can found it?

              Att.
              Guilherme Cortada Dupas

              1 Reply Last reply
              0
              • Q Offline
                Q Offline
                qtuser2014
                wrote on last edited by
                #7

                Hi guidupas,

                I found this link in another qt forum post which might help: https://gist.github.com/kingcheez/6154462d7734e0c0f3a4

                It also mentions this new documentation from Apple: https://developer.apple.com/library/mac/documentation/MacOSX/Conceptual/BPFrameworks/Concepts/FrameworkAnatomy.html

                Regarding your error messages, I am having the same issues. I have resolved the Missing Bundle Indentifier error by manually adding a Bundle Indentifier to the info.plist in each Qt framework. I'm simply using "com.mydomain.myapp" and this seems to resolve the issue.

                However, I have not been able to resolve the "Bad Bundle Executable" error, but I think the link above will help with that I just need to figure out how to do that exactly.

                I hope that helps.

                1 Reply Last reply
                0
                • Q Offline
                  Q Offline
                  qtuser2014
                  wrote on last edited by
                  #8

                  And here is the other Qt forum post:

                  http://qt-project.org/forums/viewthread/47768

                  1 Reply Last reply
                  0
                  • guidupasG Offline
                    guidupasG Offline
                    guidupas
                    wrote on last edited by
                    #9

                    It works fine. Thank you very much

                    Att.
                    Guilherme Cortada Dupas

                    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