JonGabilondoAngulo / idevicelocation

Set the geolocation on iDevices. Using libimobiledevice. http://www.libimobiledevice.org
302 stars 55 forks source link

brew install --HEAD libimobiledevice ----- error: Package requirements (libimobiledevice-glue-1.0 >= 1.0.0) were not met #27

Open 4sandfox opened 3 years ago

4sandfox commented 3 years ago

$ brew install --HEAD usbmuxd

==> Cloning https://github.com/libimobiledevice/libusbmuxd.git Updating /Users/xxxxxxxxxxxa/Library/Caches/Homebrew/libusbmuxd--git ==> Checking out branch master Already on 'master' Your branch is up to date with 'origin/master'. HEAD is now at 2ec5354 [github-actions] macOS: build for arm64 too ==> ./autogen.sh Last 15 lines from /Users/xxxxxxxxxxxxa/Library/Logs/Homebrew/libusbmuxd/01.autogen.sh: checking whether to build static libraries... yes checking for pkg-config... /usr/local/Homebrew/Library/Homebrew/shims/mac/super/pkg-config checking pkg-config is at least version 0.9.0... yes checking for libplist-2.0 >= 2.2.0... yes checking for libimobiledevice-glue-1.0 >= 1.0.0... no configure: error: Package requirements (libimobiledevice-glue-1.0 >= 1.0.0) were not met:

No package 'libimobiledevice-glue-1.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.

Alternatively, you may set the environment variables limd_glue_CFLAGS and limd_glue_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.

READ THIS: https://docs.brew.sh/Troubleshooting

Please create pull requests instead of asking for help on Homebrew's GitHub, Twitter or any other official channels.

Run this command and got what issue.

Got the same issue with. $ brew install --HEAD libimobiledevice

chmiiller commented 2 years ago

I've tried what @tipmao is suggesting here: https://github.com/JonGabilondoAngulo/idevicelocation/issues/26 and if fixed my issues. Note that there's also a troubleshooting note on the repo's README file https://github.com/JonGabilondoAngulo/idevicelocation#troubleshooting