-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
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
Problem running on Debian 8 #170
Comments
hi @Eccenux there was a similar issue here #82 (comment) |
Closing since no reply from author. |
Just for the record - comment from issue #82 doesn't seem related or I failed to see how that helps. I was not able to really start the webinspector (seems like the message misleading says "success" while it is not fully started). And I'm assuming this is why I cannot see my device on the list. |
@Eccenux |
Hm... So this makes git clone https://github.com/libimobiledevice/libimobiledevice.git
cd libimobiledevice
#./autogen.sh #-> fail: /usr/bin/python-config: not found
apt-get install python2.7-dev
#./autogen.sh #->...OpenSSL could not be found
apt-get install libssl-dev
./autogen.sh
make
make install BUT there is still a problem with connecting to device.
Are there some logs I could check? PS: I've already enabled WWW Inspector in iOS settings. |
but does |
Preparations
First I'll share some things I already figured out:
Kind of obvious part was that - on a clean machine - you might also need:
What was not obvious is that you need to set up testing repos for Debian (e.g. as described here).
And... After you install standard packages:
...It was also required to re-install some packages from testing repos:
And then do standard stuff which is:
git clone https://github.com/google/ios-webkit-debug-proxy.git cd ios-webkit-debug-proxy ./autogen.sh make make install
Problem
Steps
So after I finally was able to run
./autogen.sh
what I did was:ios_webkit_debug_proxy
.http://localhost:9221/
in Chrome.Result
And list on
http://localhost:9221/
is empty.Expected
I expected something like
Starting com.apple.webinspector: Success
or something.And my device visible after visiting
http://localhost:9221/
.Notes
And BTW I cannot run
idevice_id -l
(no such command). But I'm guessing it's MacOS specific (installed with XCode).The iPhone is 4S with iOS 9.3.5.
The text was updated successfully, but these errors were encountered: