mirror of
https://github.com/SignTools/SignTools.git
synced 2026-04-28 03:15:48 +03:00
[GH-ISSUE #103] No valid code signing certificate found, aborting #47
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SignTools#47
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 @naveenenushan on GitHub (Aug 30, 2021).
Original GitHub issue: https://github.com/SignTools/SignTools/issues/103
I cant sign ipa, got an error on ios-signer-ci on github
log is here
R```
un ./sign.sh
7
Obtaining files...
8
Creating keychain...
9
Traceback (most recent call last):
10
Cleaning up...
11
File "/Users/runner/work/ios-signer-ci/ios-signer-ci/sign.py", line 226, in
12
run()
13
File "/Users/runner/work/ios-signer-ci/ios-signer-ci/sign.py", line 155, in run
14
raise Exception("No valid code signing certificate found, aborting.")
15
Exception: No valid code signing certificate found, aborting.
16
Error: Process completed with exit code 1.
@ViRb3 commented on GitHub (Aug 30, 2021):
Hi there. Your certificate appears to be incorrect. How did you obtain it? Please make sure you follow the guide exactly.
@naveenenushan commented on GitHub (Aug 30, 2021):
Thank you, fixed