google / ios-webkit-debug-proxy

A DevTools proxy (Chrome Remote Debugging Protocol) for iOS devices (Safari Remote Web Inspector).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

DanielTate opened this issue · comments

Following instructions exactly.

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

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
#94 (comment)

added libimobiledevice-glue requirement to readme c5d2e95. missing shared object is mentioned in troubleshooting section.

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