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

Mac Appstore rejects Qt App bundled with libqsqlodbc.dylib

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.5.1
    • 5.2.0
    • Core: Plugins
    • None
    • OSX, Mac Appstore
    • macOS
    • 85e64f95c8637f876ba84dcbd01e375050e76d8c

    Description

      On Monday, the Mac Appstore rejected the latest version of my Qt5 application because it uses "non-public APIs". After investigating, all the functions seem to be located in libqsqlodbc.dylib which is deployed along my application by macdeployqt.

      I was able to fix this by getting rid of this plugin that I don't use but I thought it was worth reporting to see if you could fix this.

      The list of functions leading to this issue:
      : SQLAllocHandle
      : SQLBindParameter
      : SQLCloseCursor
      : SQLColAttributeW
      : SQLColumnsW
      : SQLDescribeColW
      : SQLDisconnect
      : SQLDriverConnectW
      : SQLEndTran
      : SQLExecDirectW
      : SQLExecute
      : SQLFetch
      : SQLFetchScroll
      : SQLFreeHandle
      : SQLGetData
      : SQLGetDiagRecW
      : SQLGetFunctions
      : SQLGetInfoW
      : SQLGetStmtAttrW
      : SQLGetTypeInfoW
      : SQLMoreResults
      : SQLNumResultCols
      : SQLPrepareW
      : SQLPrimaryKeysW
      : SQLRowCount
      : SQLSetConnectAttrW
      : SQLSetEnvAttr
      : SQLSetStmtAttrW
      : SQLSpecialColumnsW
      : SQLTablesW

      Attachments

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

        Activity

          People

            sorvig Morten Sørvig
            koopajah Remi J.
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes