omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    The dylib signature is invalid.

    Pythonista
    2
    5
    1138
    Loading More Posts
    • 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.
    • PMVT
      PMVT last edited by

      I used my Apple Developer account to sign the Apple Distribution, but the signature is no longer valid and cannot be used.
      I signed it on my Mac and checked it with dvvv, but it was signed correctly.
      Do you know why the signature is displayed as invalid?
      I intend to sign PyArmor's _pytransform.dylib to encrypt Python code.

      1 Reply Last reply Reply Quote 0
      • ccc
        ccc last edited by ccc

        ALL code in the app must be signed with the SAME signature. That means that one signature must sign both the Pythonista code and the dylib code.

        Given that you do not have the source code for Pythonista, you can not sign both.

        https://pyto.app is open source so it might work better for this use case than Pythonista.

        1 Reply Last reply Reply Quote 0
        • PMVT
          PMVT last edited by

          Thank you!
          I managed to solve it!

          1 Reply Last reply Reply Quote 0
          • ccc
            ccc last edited by

            How did you solve it?

            1 Reply Last reply Reply Quote 0
            • PMVT
              PMVT last edited by

              Sorry, it is said that Pythonista gave up ...
              I had to sign PyArmor to encrypt the script ...
              Good, do you know how to encrypt it?

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Powered by NodeBB Forums | Contributors