Skip to content

Commit dcaa139

Browse files
authored
readme: added troubleshooting for building with latest libimobiledevice
1 parent d085ac0 commit dcaa139

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,7 @@ ios_webkit_debug_proxy: error while loading shared libraries: libimobiledevice.s
140140
Run `sudo ldconfig`
141141

142142
##### error during compilation
143-
```console
144-
implicit declaration of function 'idevice_connection_get_fd' is invalid in C99
145-
idevice_error_t err = idevice_connection_get_fd(connection, &fd);
146-
```
147-
Build with master branch of libimobildevice or if you're using homebrew `brew uninstall libimobiledevice && brew install --HEAD libimobiledevice`
143+
To build with libimobiledevice from `HEAD`, please use [libimobiledevice_idevice_connection](https://github.com/google/ios-webkit-debug-proxy/tree/libimobiledevice_idevice_connection) branch
148144

149145
##### idevice_id not found
150146

0 commit comments

Comments
 (0)