Jackson Coxson
Jackson Coxson
This is an issue due to Apple's ABI changing every gosh darn update. For now you will have to build libimobiledevice from source. The brew version is broken for whatever...
Can you run with the env var RUST_LOG=info
This looks like an error with an invalid pairing file. I would try regenerating it with usbmuxd. Also, you seem to be running an outdated build, or it’s using outdated...
Please try the latest build that was just pushed. Post logs with RUST_LOG=info.
Can you give us information about the system? OS, architecture, iPhone model etc.
The build system has changed many times since the opening of this issue, does it still occur?
If anyone wants to help debug this, it needs to be run in an mingw64 env so we can see the unwind or possibly a segfault. Running in an MSVC...
I also need to read from raw bytes for a library I'm writing. What would it take to implement this?
This seems very doable. The hard part will be manually writing out every single FFI function, but after that it should be straight forward. For example, DataFrame is defined [here](https://github.com/pola-rs/polars/blob/e172db7ace210f03740297ec1480042d9daa4719/polars/polars-core/src/frame/mod.rs#L135)....
This is a great idea, although may not work in practice. CI handles the build numbering. What we could do instead is what Dolphin does; include the git hash in...