Skip to content

Commit 454ccd5

Browse files
authored
readme: added troubleshooting regarding iOS10+
1 parent 0450666 commit 454ccd5

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,6 @@ ios_webkit_debug_proxy: error while loading shared libraries: libimobiledevice.s
143143

144144
Run `sudo ldconfig`
145145

146-
##### error during compilation
147-
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-
149146
##### idevice_id not found
150147

151148
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
154151

155152
[Remove and rebuild libimobiledevice](https://github.com/google/ios-webkit-debug-proxy/issues/82#issuecomment-74205898).
156153

157-
##### Could not connect to lockdownd
154+
##### Could not connect to lockdownd (or doesn't work with iOS10+)
158155
> Could not connect to lockdownd. Exiting.: No such file or directory. Unable to attach <long id> inspector ios_webkit_debug_proxy
159156
160157
Check the device for [a prompt to trust the connected computer](http://i.stack.imgur.com/hPaqX.png). Choose "Trust" and try again.
161158

159+
> Could not connect to lockdownd. Exiting.: Broken pipe. Unable to attach <long id> 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+
162167
##### Can not see Simulator
163168

164169
- Make sure you started simulator before the proxy
@@ -192,3 +197,4 @@ The proxy uses the following open-source packages:
192197
- [libplist 1.10](http://cgit.sukimashita.com/libplist.git)
193198
- [libusbmuxd 1.0.8](http://cgit.sukimashita.com/usbmuxd.git/)
194199
- [libimobiledevice 1.1.5](http://cgit.sukimashita.com/libimobiledevice.git)
200+
- libimobiledevice 1.2.1 _if your taget iOS10+_

0 commit comments

Comments
 (0)