Results 1 to 2 of 2

Thread: Error to codesign the app for OSX

  1. #1
    Join Date
    Feb 2014
    Posts
    94
    Thanks
    5
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Error to codesign the app for OSX

    Hello all!

    I am trying to send an app to apple store using application loader.

    I have done all the steps to assign the app. This steps worked in OSX 10.9

    Now I receive the error message:

    ERROR ITMS-90334: "Bundle identifier mismatch. The executable at QtXml in FinanceV.app/Contents/Frameworks/QtXml.framework has been signed with identifier 'com.GuilhermeDupas.FinanceV' which does not match the bundle identifier 'org.qt-project.QtXml'."

    How could I fix it?

  2. #2
    Join Date
    Dec 2009
    Location
    New Orleans, Louisiana
    Posts
    791
    Thanks
    13
    Thanked 153 Times in 150 Posts
    Qt products
    Qt5
    Platforms
    MacOS X

    Default Re: Error to codesign the app for OSX

    When you codesign your app bundle, you must also sign all of the frameworks and plugin libraries that are copied into your app bundle. If you are already doing this, make sure you copy them into your app bundle before you sign them.

    Based on the error you are seeing, my guess is that the executable in your app bundle is still referencing frameworks that are not part of your app bundle.
    I write the best type of code possible, code that I want to write, not code that someone tells me to write!

Similar Threads

  1. Replies: 3
    Last Post: 19th November 2014, 19:44
  2. Replies: 4
    Last Post: 29th April 2014, 16:20
  3. Qt QWebView White Screen After Codesign For App Store
    By kevin0722 in forum Installation and Deployment
    Replies: 0
    Last Post: 26th November 2013, 05:04
  4. : error: [\NokiaQtSDK\Symbian\SDK\epoc32\release\gcce\udeb\V ideo.exe] Error 1
    By ranjit.kadam in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 1st May 2011, 22:11
  5. Replies: 3
    Last Post: 23rd January 2011, 12:15

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.