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. Qt App bundle signing error: “A timestamp was expected but was not found” for QtCore and others
Forum Updated to NodeBB v4.3 + New Features

Qt App bundle signing error: “A timestamp was expected but was not found” for QtCore and others

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 2 Posters 773 Views 2 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.
  • R Offline
    R Offline
    ribtoks
    wrote on last edited by
    #1

    I'm creating my Qt app bundle on macOS using command

    macdeployqt MyApp.app --verbose --executable=MyApp.app/Content/MacOS/MyApp -codesign=<identity>

    and getting such errors for all Qt libraries:

    ERROR: Codesign signing error:
    ERROR: "/Users/xxx/Projects/MyApp/deploy/MyAppapp/Contents/Frameworks/QtCore.framework/Versions/5/QtCore: A timestamp was expected but was not found.\n"
    

    I can reproduce same errors if running codesign separately

    codesign --sign "<identity>" /path/to/Fraworks/.../5/QtCore
    

    My certificate is a fresh generated from Apple Developer website.

    What am I doing wrong and how to fix it?

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

      Hi,

      What version of Qt ?
      What version of Xcode ?
      What version of macOS ?

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

      R 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        What version of Qt ?
        What version of Xcode ?
        What version of macOS ?

        R Offline
        R Offline
        ribtoks
        wrote on last edited by
        #3

        What version of Qt ?

        5.9.8

        What version of Xcode ?

        10.3

        What version of macOS ?

        10.14.6

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

          I would try to run a version of macdeployqt coming from a more recent version of Qt.

          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

          • Login

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