google / ios-webkit-debug-proxy

A DevTools proxy (Chrome Remote Debugging Protocol) for iOS devices (Safari Remote Web Inspector).
BSD 3-Clause "New" or "Revised" License
5.93k stars 462 forks source link

configure: error: Package requirements (libimobiledevice-1.0 >= 1.3.0) were not met: #382

Closed DanielTate closed 12 months ago

DanielTate commented 2 years ago

Following instructions exactly.

configure: error: Package requirements (libimobiledevice-1.0 >= 1.3.0) were not met:

Linch1 commented 12 months ago

on Ubuntu20 i had to install from source the following packages ( in order ):

libplist : https://github.com/libimobiledevice/libplist libimobiledevice-glue: https://github.com/libimobiledevice/libimobiledevice-glue libusbmuxd: https://github.com/libimobiledevice/libusbmuxd libimobiledevice: https://github.com/libimobiledevice/libimobiledevice

after that the installation was working, but when i tried to execute i had to solve also the following issue https://github.com/google/ios-webkit-debug-proxy/issues/94#issuecomment-122009172

artygus commented 12 months ago

added libimobiledevice-glue requirement to readme https://github.com/google/ios-webkit-debug-proxy/commit/c5d2e959043293ee7d0587618af2bcc4dde7feef. missing shared object is mentioned in troubleshooting section.

UPD: originally posted issue can be resolved via manual libimobiledevice build