Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

重签IPA报错:Failed to match any available certificate for signing: No error message provided. #1

Open
kkppa opened this issue May 29, 2024 · 1 comment

Comments

@kkppa
Copy link

kkppa commented May 29, 2024

通过个人开发者账号进行IPA重签时报错如下

Traceback (most recent call last):
File "example.py", line 53, in
r.resign_ipa()
File "/Users/icertools/icertools/resign.py", line 288, in resign_ipa
local_cer_uuid = find_matching_local_certificate(cer_uuids)
File "/Users/icertools/icertools/_utils.py", line 124, in find_matching_local_certificate
raise RuntimeError(f"Failed to match any available certificate for signing: {error_message}")
RuntimeError: Failed to match any available certificate for signing: No error message provided.

@codematrixer
Copy link
Owner

这是find_matching_local_certificate报错,应该是没有提前安装证书吧,看下readme里Usage的前置步骤

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants