You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
通过个人开发者账号进行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.
The text was updated successfully, but these errors were encountered: