We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting the following error when trying to run the python ipa_installer.py -ipa <ipa_path>
Error [+] Injecting DYLIB... [+] Code-signing... iPhone Developer: no identity found Traceback (most recent call last): File "ipa_installer.py", line 180, in subprocess.check_output(["codesign", "-fs", 'iPhone Developer', injected_dylib_path]) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 573, in check_output raise CalledProcessError(retcode, cmd, output=output) subprocess.CalledProcessError: Command '['codesign', '-fs', 'iPhone Developer', '/tmp/appmon_ipa/shared/Payload/xyz.app/FridaGadget.dylib']' returned non-zero exit status 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting the following error when trying to run the
python ipa_installer.py -ipa <ipa_path>
Error
[+] Injecting DYLIB...
[+] Code-signing...
iPhone Developer: no identity found
Traceback (most recent call last):
File "ipa_installer.py", line 180, in
subprocess.check_output(["codesign", "-fs", 'iPhone Developer', injected_dylib_path])
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 573, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command '['codesign', '-fs', 'iPhone Developer', '/tmp/appmon_ipa/shared/Payload/xyz.app/FridaGadget.dylib']' returned non-zero exit status 1
The text was updated successfully, but these errors were encountered: