mirror of
https://github.com/SignTools/SignTools.git
synced 2026-04-26 18:35:55 +03:00
[GH-ISSUE #208] Archiving app fails every time #66
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SignTools#66
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @btglr on GitHub (Jun 2, 2022).
Original GitHub issue: https://github.com/SignTools/SignTools/issues/208
I tried basic troubleshooting first
Describe the bug
Signing job errors out when archiving.
Expected behavior
Signing job successfully finishes.
Logs
System configuration
github.com/SignTools/SignTools-CI@2f3ffe4d8cAdditional context
I feel like I'm doing something wrong but I don't know what. The error log mentions a team/missing account.
@ViRb3 commented on GitHub (Jun 2, 2022):
Are you using a free, personal ($99), or business development account?
@btglr commented on GitHub (Jun 2, 2022):
I'm using a personal developer account. Is that not enough?
@ViRb3 commented on GitHub (Jun 2, 2022):
Personal developer account is exactly what you need, it should definitely work. I just tested with mine and it signed right away. Is there anything special about your account? Is it maybe a part of a business account? Could you please try signing an app known to work, just so we can rule out the app being an issue? Try: https://taurine.app/#download
@btglr commented on GitHub (Jun 2, 2022):
Still an error, different error message though. My account is not part of a business account. There is nothing special about it as far as I'm aware.
@ViRb3 commented on GitHub (Jun 2, 2022):
The error is the same:
Another question - do you get 2FA code on your phone, which you then enter on the service website? Could you please upload the entire builder logs as an attachment or https://paste.gg?
@btglr commented on GitHub (Jun 2, 2022):
Here's the full log:
I don't see much more than what I already posted though. I did get a 2FA code (on my Mac) and entered it, then signing resumed.
@ViRb3 commented on GitHub (Jun 2, 2022):
Could your p12 certificate be for a different team id from your personal account? Please check if both are "9FS5C6BF2T".
@btglr commented on GitHub (Jun 2, 2022):
Is that what's in parentheses in the Keychain app? If so it is a different value (XRN3Y5FHP8). I generated those certificates an hour ago when setting up SignTools though.
@ViRb3 commented on GitHub (Jun 2, 2022):
If you go on this page: https://developer.apple.com/account/#!/membership/
You should see "Team ID". Make sure that is the same as the "Organizational Unit" which you get by double-clicking on your certificate in Keychain.app, not what's in the parentheses.
@btglr commented on GitHub (Jun 2, 2022):
Indeed, they don't match. I generated a new certificate and this time they match and signing works. I think I may have used the wrong account to generate the certificate. Thanks for the help!
@ViRb3 commented on GitHub (Jun 2, 2022):
No problem! I should probably add a check for this somehow and print a more useful error.