dpnishant / appmon

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

NameError: global name 'raw' is not defined` #81

Closed andrewBatutin closed 5 years ago

andrewBatutin commented 6 years ago

I have an error when i try to run

python ipa_installer.py -ipa <path>

i use python 2.7

No "iPhone Developer" identity found! Traceback (most recent call last): File "ipa_installer.py", line 132, in <module> dev_identity = getDeveloperId() File "ipa_installer.py", line 61, in getDeveloperId devID = raw("Enter \"iPhone Developer\" Identity Hash: ") NameError: global name 'raw' is not defined

AppMon IPA Installer v0.1, Copyright 2016 Nishant Das Patnaik

what is that raw function? have i missed some dependency?

dpnishant commented 6 years ago

Seems like you dont have a iPhone Developer profile on your system. If you're using macOS, you can follow this tutorial: https://github.com/dpnishant/appmon/wiki/4.c.i-Creating-a-iOS-Developer-Profile

andrewBatutin commented 6 years ago

this is rather strange, case i have one my fix was specify devID directly in a script as a string value

it worked

andrewBatutin commented 6 years ago

do you know what package raw function belongs to?

dpnishant commented 5 years ago

can you pull the changes and try again?