I have tried below options and corresponding errors. Can you suggest solution for one of these.
github.com steps:
The first command is only required if you don’t have brew installed.
ruby -e “$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)”
brew update
brew install ios-webkit-debug-proxy
You can also install the latest proxy by cloning it from git and installing it yourself:
Please be aware that this will install the proxy with the latest code (and not a tagged version).
git clone GitHub - google/ios-webkit-debug-proxy: A DevTools proxy (Chrome Remote Debugging Protocol) for iOS devices (Safari Remote Web Inspector).
cd ios-webkit-debug-proxy
./autogen.sh
./configure
make
sudo make install
Option 1:
Command : Brew install ios_webkit_debugger
No available formula for ios_webkit_debugger
Option 2:
ruby -e “$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)”
Command redirects the below URL
ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”
Ebiz-Tests-MacBook-Pro:~ ebiztest$ ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”
==> This script will install:
/usr/local/bin/brew
/usr/local/Library/…
/usr/local/share/man/man1/brew.1
Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/chmod g+rwx /Library/Caches/Homebrew
Password:
It prompt for password, thats not related super user password
Option 3:
Ebiz-Tests-MacBook-Pro:~ ebiztest$ git clone GitHub - google/ios-webkit-debug-proxy: A DevTools proxy (Chrome Remote Debugging Protocol) for iOS devices (Safari Remote Web Inspector). → downloading latest version from github
Cloning into ‘ios-webkit-debug-proxy’…
remote: Counting objects: 305, done.
remote: Total 305 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (305/305), 425.92 KiB | 0 bytes/s, done.
Resolving deltas: 100% (183/183), done.
Checking connectivity… done.
Ebiz-Tests-MacBook-Pro:~ ebiztest$ ls
Desktop Music
Uday Apps
Documents Pictures
ios-webkit-debug-proxy
Downloads Public
npm-debug.log
Library Send Registration
selenium-read-only
Movies Sites
Ebiz-Tests-MacBook-Pro:~ ebiztest$ cd ios-webkit-debug-proxy
Ebiz-Tests-MacBook-Pro:ios-webkit-debug-proxy ebiztest$ pwd
/Users/ebiztest/ios-webkit-debug-proxy
Ebiz-Tests-MacBook-Pro:ios-webkit-debug-proxy ebiztest$ ls
LICENSE.md autogen.sh
design.md include
Makefile.am clients.png
design.png overview.png
README.md configure.ac
examples src
Ebiz-Tests-MacBook-Pro:ios-webkit-debug-proxy ebiztest$ ./autogen.sh
aclocal
./autogen.sh: line 8: aclocal: command not found

/usr/local/Cellar/openssl/1.0.1j_1: 431 files, 15M