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
Copy file name to clipboardExpand all lines: README.md
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,22 +175,17 @@ Check the device for [a prompt to trust the connected computer](http://i.stack.i
175
175
176
176
> Could not connect to lockdownd. Exiting.: Broken pipe. Unable to attach <longid> inspector
177
177
178
+
or
179
+
180
+
> Could not connect to lockdownd, error code -\<number\>. Exiting.
181
+
178
182
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:
179
183
180
184
brew update
185
+
brew reinstall --HEAD usbmuxd
181
186
brew reinstall --HEAD libimobiledevice
182
187
brew reinstall -s ios-webkit-debug-proxy
183
188
184
-
##### iOS 11
185
-
> Could not connect to lockdown. Exiting.: Resource temporarily unavailable
186
-
187
-
You would need to rebuild libimobiledevice with proposed [patch](https://gist.github.com/nikias/b351bf633d62703e0ff4f2fee9628401), for details follow the https://github.com/libimobiledevice/libimobiledevice/issues/510
188
-
189
-
> Unable to connect to XXX
190
-
> Please verify that Settings > Safari > Advanced > Web Inspector = ON
191
-
192
-
Build from master `brew reinstall --HEAD ios-webkit-debug-proxy`
193
-
194
189
##### Can not see Simulator
195
190
196
191
- Make sure you started simulator before the proxy
0 commit comments