Skip to content

Commit ec4b619

Browse files
committed
readme: updated libimobiledevice head build troubleshooting
since libimobiledevice/libimobiledevice@f1ee0fd requires libusbmuxd >= 1.1.0
1 parent 86fed39 commit ec4b619

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -175,22 +175,17 @@ Check the device for [a prompt to trust the connected computer](http://i.stack.i
175175

176176
> Could not connect to lockdownd. Exiting.: Broken pipe. Unable to attach <long id> inspector
177177
178+
or
179+
180+
> Could not connect to lockdownd, error code -\<number\>. Exiting.
181+
178182
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:
179183

180184
brew update
185+
brew reinstall --HEAD usbmuxd
181186
brew reinstall --HEAD libimobiledevice
182187
brew reinstall -s ios-webkit-debug-proxy
183188

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-
194189
##### Can not see Simulator
195190

196191
- Make sure you started simulator before the proxy

0 commit comments

Comments
 (0)