Hi,
We are running xcrun staple on our pkg file. It gives the following message
We do not know how to deal with trailer version 9262. Exepected 1
Terminator Trailer size must be 0, not 1737
{magic: t8lr, version: 1, type: 2, length: 1737}
Found expected ticket at 8164385 with length of 1737
Sig Type is RSA. Length is 3
Sig Type is CMS. Length is 3
Package mypkg.pkg uses a checksum of size 20
*The staple and validate action worked!*
However, the command returns with -1 error code.
So, the questions I have are:
What does this return response mean?
Do we consider this as a success of failure scenario (specially because the message "...action worked"
Post
Replies
Boosts
Views
Activity
Hi,
I have an app generated by using osacompile on an applescript file. The app works fine as expected.
However, when I try to sign it, I get two errors as in the screen shot below:
After some googling around, I deleted the _CodeSignature folder in the .app directory but still signing fails with the same error.
So, I would like to know two things:
Is it possible to sign .app files created using osacompile as in my case?
If yes, what am I missing and how to resolve my situation.
Thanks,