File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -124,24 +124,31 @@ where "null" represents the device list. The following example restricts the pr
124
124
125
125
### Troubleshooting
126
126
127
+ ##### undefined reference to symbol 'log10@@GLIBC_2.2.5'
127
128
``` console
128
129
/usr/bin/ld: ios_webkit_debug_proxy-char_buffer.o: undefined reference to symbol 'log10@@GLIBC_2.2.5'
129
130
//lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from command line
130
131
```
131
132
132
133
Run this before ` make ` : ` ./configure LIBS="-lm" `
133
134
135
+ ##### error while loading shared libraries: libimobiledevice.so.6
134
136
``` console
135
137
ios_webkit_debug_proxy: error while loading shared libraries: libimobiledevice.so.6: cannot open shared object file: No such file or directory
136
138
```
137
139
138
140
Run ` sudo ldconfig `
139
141
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
140
147
> Could not connect to lockdownd. Exiting.: No such file or directory. Unable to attach <long id > inspector ios_webkit_debug_proxy
141
148
142
149
Check the device for [ a prompt to trust the connected computer] ( http://i.stack.imgur.com/hPaqX.png ) . Choose "Trust" and try again.
143
150
144
-
151
+ ##### If no luck so far...
145
152
Lastly, always try replugging in the USB cable.
146
153
147
154
You can’t perform that action at this time.
0 commit comments