dpnishant / appmon

Documentation:
http://dpnishant.github.io/appmon
Apache License 2.0
1.55k stars 275 forks source link

I am not able to install appmon on my iPhone #107

Open karthick4kumaran opened 3 years ago

karthick4kumaran commented 3 years ago

Getting the following error when trying to run the python ipa_installer.py -ipa

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