Created
December 22, 2020 06:26
-
-
Save jonasschnelli/557c1534461bc85925527c6a6a9a4d27 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Enter the passphrase for /Users/jonasschnelli/Desktop/mycert.p12: | |
Traceback (most recent call last): | |
File "/Users/jonasschnelli/Documents/bitcoin/signapple/codesign.py", line 6, in <module> | |
main() | |
File "/Users/jonasschnelli/Documents/bitcoin/signapple/signapple/__init__.py", line 71, in main | |
args.func(args) | |
File "/Users/jonasschnelli/Documents/bitcoin/signapple/signapple/__init__.py", line 15, in sign | |
sign_mach_o( | |
File "/Users/jonasschnelli/Documents/bitcoin/signapple/signapple/sign.py", line 805, in sign_mach_o | |
cs.make_signature() | |
File "/Users/jonasschnelli/Documents/bitcoin/signapple/signapple/sign.py", line 768, in make_signature | |
self._allocate(arch_sizes) | |
File "/Users/jonasschnelli/Documents/bitcoin/signapple/signapple/sign.py", line 742, in _allocate | |
subprocess.check_call(args) | |
File "/usr/local/Cellar/[email protected]/3.9.0_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 368, in check_call | |
retcode = call(*popenargs, **kwargs) | |
File "/usr/local/Cellar/[email protected]/3.9.0_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 349, in call | |
with Popen(*popenargs, **kwargs) as p: | |
File "/usr/local/Cellar/[email protected]/3.9.0_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 947, in __init__ | |
self._execute_child(args, executable, preexec_fn, close_fds, | |
File "/usr/local/Cellar/[email protected]/3.9.0_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 1819, in _execute_child | |
raise child_exception_type(errno_num, err_msg, err_filename) | |
OSError: [Errno 8] Exec format error: '/Users/jonasschnelli/Desktop/bitcoin-0.21.0rc3-osx-unsigned/codesign_allocate' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment