You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To build with libimobiledevice from `HEAD`, please use [libimobiledevice_idevice_connection](https://github.com/google/ios-webkit-debug-proxy/tree/libimobiledevice_idevice_connection) branch
148
-
149
146
##### idevice_id not found
150
147
151
148
The `idevice_id` executable may be found as part of the libimobiledevice-utils package.
@@ -154,11 +151,19 @@ The `idevice_id` executable may be found as part of the libimobiledevice-utils p
154
151
155
152
[Remove and rebuild libimobiledevice](https://github.com/google/ios-webkit-debug-proxy/issues/82#issuecomment-74205898).
156
153
157
-
##### Could not connect to lockdownd
154
+
##### Could not connect to lockdownd (or doesn't work with iOS10+)
158
155
> Could not connect to lockdownd. Exiting.: No such file or directory. Unable to attach <longid> inspector ios_webkit_debug_proxy
159
156
160
157
Check the device for [a prompt to trust the connected computer](http://i.stack.imgur.com/hPaqX.png). Choose "Trust" and try again.
161
158
159
+
> Could not connect to lockdownd. Exiting.: Broken pipe. Unable to attach <longid> inspector
160
+
161
+
Please upgrade libimobiledevice to version from master and rebuild ios-webkit-debug-proxy. Upcoming 1.2.1 has many fixes but not marked for release just yet. If you're on OS X:
162
+
163
+
brew update
164
+
brew reinstall --HEAD libimobiledevice
165
+
brew reinstall -s ios-webkit-debug-proxy
166
+
162
167
##### Can not see Simulator
163
168
164
169
- Make sure you started simulator before the proxy
@@ -192,3 +197,4 @@ The proxy uses the following open-source packages:
0 commit comments