square / PonyDebugger

Remote network and data debugging for your native iOS app using Chrome Developer Tools
Other
5.87k stars 595 forks source link

BigSur: So complex to install ponyd :/ #216

Open glennposadas opened 3 years ago

glennposadas commented 3 years ago

Why is it so complex to install ponyd? I'm thinking that the README is super outdated.

  1. Running curl -s https://cloud.github.com/downloads/square/PonyDebugger/bootstrap-ponyd.py | \ python - --ponyd-symlink=/usr/local/bin/ponyd ~/Library/PonyDebugger

yields nothing. No logs, no warnings, no errors. Nada.

  1. Running curl -O https://cloud.github.com/downloads/square/PonyDebugger/bootstrap-ponyd.py python bootstrap-ponyd.py --help

returns:

(6) Could not resolve host: cloud.github.com
/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file 'bootstrap-ponyd.py': [Errno 2] No such file or directory
balves42 commented 3 years ago

@glennposadas I tried this steps https://github.com/square/PonyDebugger/issues/198#issuecomment-278992490 with the bootstrap file from https://github.com/downloads/square/PonyDebugger/bootstrap-ponyd.py but still no luck. I just wanted an iOS alternative similar to android's stetho

uniquecolin commented 3 years ago

@balves42 have you solved this issue, I stucked at step 5 of #198 solution

ikrom92 commented 2 years ago

Check this answer: https://github.com/square/PonyDebugger/issues/217#issuecomment-915318222