mirror of
https://github.com/SignTools/SignTools.git
synced 2026-04-26 18:35:55 +03:00
[GH-ISSUE #295] can not sign apps with personal developer account #86
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SignTools#86
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 @asdfzxcvbn on GitHub (Feb 26, 2023).
Original GitHub issue: https://github.com/SignTools/SignTools/issues/295
!! Please fill in this template, DO NOT ignore or delete it. !!
I tried basic troubleshooting first
Describe the bug
begin to sign an app with a personal developer account (p12 only), the github action will fail saying
despite me never receiving a 2fa code, and even entering one that's manually generated during the signing process. the screenshot says that the os should be updated to the latest version, and that's why it wont sign in.
To reproduce
Steps to reproduce the behavior:
Expected behavior
the app is signed successfully, and i receieve a verification code to enter
Logs
If possible, please include logs.
Screenshots

System configuration
Additional context
you need to update macos to sign in to xcode.
@ViRb3 commented on GitHub (Feb 26, 2023):
The SignTools-CI commit hash you gave does not appear to be a part of the official repository. Please update your CI to the latest version and try again.
@asdfzxcvbn commented on GitHub (Feb 26, 2023):
their commit ids arent meant to match, im following the instructions and it makes an "initial commit" with that id. or maybe im just being stupid
@ViRb3 commented on GitHub (Feb 26, 2023):
Oh sorry, you're right, using a template will squash everything into a new commit. Anyway, please update your repo, that should be the solution to your problem.
@asdfzxcvbn commented on GitHub (Feb 26, 2023):
update the repo how? i'm using the binary of the latest release from september of last year
@ViRb3 commented on GitHub (Feb 26, 2023):
Update your repo that is a copy of SignTools-CI, not the binary.
@ViRb3 commented on GitHub (Feb 26, 2023):
Or actually, did you happen to enable "Advanced Data Protection for iCloud" on your account? If yes, you'll likely need to disable it, GitHub Actions is still running macOS 12 which does not support that option.
@asdfzxcvbn commented on GitHub (Feb 26, 2023):
ohhh, yeah i do have it on. i’ll experiment with it off in a while
@ViRb3 commented on GitHub (Feb 26, 2023):
Hopefully this will be usable again after GitHub Actions updates to macOS 13, but only time will tell.