libimobiledevice / ideviceinstaller

Manage apps of iOS devices
https://libimobiledevice.org
GNU General Public License v2.0
1.26k stars 262 forks source link

Unable to install libimobiledevice with brew #124

Closed kasiimh1 closed 4 years ago

kasiimh1 commented 4 years ago

=> Downloading https://homebrew.bintray.com/bottles/libimobiledevice-1.2.0_6.catalina.bottle.tar.gz Already downloaded: /Users/kasiim/Library/Caches/Homebrew/downloads/227968b982091195bf27d75667fd75326d52c9e5618d8aa4286c4c21265091f1--libimobiledevice-1.2.0_6.catalina.bottle.tar.gz ==> Cloning https://git.sukimashita.com/ideviceinstaller.git Updating /Users/kasiim/Library/Caches/Homebrew/ideviceinstaller--git ==> Checking out branch master Already on 'master' Your branch is up to date with 'origin/master'. HEAD is now at 7394006 Add --network option to support network devices ==> Installing dependencies for ideviceinstaller: libimobiledevice ==> Installing ideviceinstaller dependency: libimobiledevice ==> Pouring libimobiledevice-1.2.0_6.catalina.bottle.tar.gz 🍺 /usr/local/Cellar/libimobiledevice/1.2.0_6: 66 files, 1.1MB ==> Installing ideviceinstaller --HEAD ==> ./autogen.sh ==> ./configure --prefix=/usr/local/Cellar/ideviceinstaller/HEAD-7394006_4 ==> make install Last 15 lines from /Users/kasiim/Library/Logs/Homebrew/ideviceinstaller/03.make:

make install

Making install in src CC ideviceinstaller-ideviceinstaller.o ideviceinstaller.c:672:83: error: use of undeclared identifier 'IDEVICE_LOOKUP_NETWORK' if (IDEVICE_E_SUCCESS != idevice_new_with_options(&device, udid, (use_network) ? IDEVICE_LOOKUP_NETWORK : IDEVICE_LOOKUP_USBMUX)) { ^ ideviceinstaller.c:672:108: error: use of undeclared identifier 'IDEVICE_LOOKUP_USBMUX' if (IDEVICE_E_SUCCESS != idevice_new_with_options(&device, udid, (use_network) ? IDEVICE_LOOKUP_NETWORK : IDEVICE_LOOKUP_USBMUX)) { ^ 2 errors generated. make[1]: [ideviceinstaller-ideviceinstaller.o] Error 1 make: [install-recursive] Error 1

kasiimh1 commented 4 years ago

Ran brew install --HEAD libplist and it installed correctly