Skip to content

Commit 1ceb1ee

Browse files
committed
readme: troubleshooting for outdated libimobiledevice. fixes #82
1 parent b2f42b7 commit 1ceb1ee

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -124,24 +124,31 @@ where "null" represents the device list. The following example restricts the pr
124124

125125
### Troubleshooting
126126

127+
##### undefined reference to symbol 'log10@@GLIBC_2.2.5'
127128
```console
128129
/usr/bin/ld: ios_webkit_debug_proxy-char_buffer.o: undefined reference to symbol 'log10@@GLIBC_2.2.5'
129130
//lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from command line
130131
```
131132

132133
Run this before `make`: `./configure LIBS="-lm"`
133134

135+
##### error while loading shared libraries: libimobiledevice.so.6
134136
```console
135137
ios_webkit_debug_proxy: error while loading shared libraries: libimobiledevice.so.6: cannot open shared object file: No such file or directory
136138
```
137139

138140
Run `sudo ldconfig`
139141

142+
##### could not start com.apple.webinspector! success
143+
144+
[Remove and rebuild libimobiledevice](https://github.com/google/ios-webkit-debug-proxy/issues/82#issuecomment-74205898).
145+
146+
##### Could not connect to lockdownd
140147
> Could not connect to lockdownd. Exiting.: No such file or directory. Unable to attach <long id> inspector ios_webkit_debug_proxy
141148
142149
Check the device for [a prompt to trust the connected computer](http://i.stack.imgur.com/hPaqX.png). Choose "Trust" and try again.
143150

144-
151+
##### If no luck so far...
145152
Lastly, always try replugging in the USB cable.
146153

147154

0 commit comments

Comments
 (0)