-
libusbmuxd % make
System
Apple Macbook Pro 2021 M1
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
```
/App…
-
There are multiple errors and title is only the first one. See [idevicerestore.txt](https://github.com/libimobiledevice/idevicerestore/files/6257429/idevicerestore.txt)
(Arch Linux) uname -r 5.11.1…
-
I was wondering whether you'd consider using CMake as the build system for libplist and other libimobiledevice projects?
One of the advantages of CMake is that it's a bit easier to use other toolch…
-
git clone of master as of 1st May 2024
Steps:
`./autogen.sh`
Using clang as compiler with:
`./configure CC=clang CXX=clang++`
Then run:
`make`
Error:
```bash
dave@ubuntu:~/temp/usbmu…
-
I see there are a few other bugs on here regarding this type of issue; I wanted to know if perhaps i'm missing something here, if there is some software bug, or I have bad hardware.
If there is a be…
-
Hi!
Just got the latest master and tried building on Ubuntu 11.10
The makefile templates in ./tools and ./dev are missing the plist LIBS flags.
Did this manual edit in Makefile.am
from:
AM_LDFLAGS …
-
Hi,
I am using Arch linux, I have python 3.8.2 with tk 8.6.10-1.
It seems to me like some part of the script can't "compile" to binary some fields.
Whenever I try to save my files I get this outp…
-
I'm curious if its posible to make this library portable, b/c now if I move the bin to another folder it stop working, the build script looks like:
```
LIB_PATH="libimobiledevice"
[ -d "$LIB_PATH" ]…
-
I'm sure I'm doing something wrong, but when I follow the instructions to build from source, everything compiles fine. But when I run plistutil, I get the error: ```plistutil: error while loading sha…
-
After building this project (and necessary libraries, there was a ton), when I want to execute it, I got this error:
```idevicerestore: symbol lookup error: idevicerestore: undefined symbol: plist_fr…