apple-sys
apple-sys copied to clipboard
The auto-managed -sys crate for Apple platforms using bindgen directly from build environment
See https://github.com/segevfiner/keepawake-rs/actions/runs/4272014787/jobs/7436882628 ``` error[E0119]: conflicting implementations of trait `Debug` for type `IORPCMessage` --> /Users/runner/work/keepawake-rs/keepawake-rs/target/aarch64-apple-darwin/release/build/apple-sys-7a498b7b0123b7f9/out/IOKit.rs:55036:10 | 55036 | #[derive(Debug)] | ^^^^^ conflicting implementation for `IORPCMessage` ... 82951 | impl ::std::fmt::Debug for...
When using `apple-sys = { version = "0.2.0", features = ["CoreFoundation", "ARKit"] }`, bindgen creates multiple conflicting implementations of trait `ARKit::UIViewController_` for type `UIViewController` (see here: https://gist.github.com/marcpabst/2f1c7ac510daf9389d4df1f8b81e667d). Renaming the traits...
Hi, I get the following compile error, if I try to compile this carte on github actions using macos-latest runner. I am using this crates as dependency from [keepawake](https://crates.io/crates/keepawake). ```...
for apple-bindgen not apple-sys ``` apple-bindgen --sdk /Users/user/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk CoreHaptics /Users/user/ch2/CoreHaptics.h:1:9: fatal error: could not build module 'CoreHaptics' thread 'main' panicked at 'binding generation failed: ClangDiagnostic("/Users/user/ch2/CoreHaptics.h:1:9: fatal error: could not build...
Greetings @youknowone I fairly recently completed an initial version of [`icrate`](https://docs.rs/icrate/latest/icrate/) over at [the `objc2` project](https://github.com/madsmtm/objc2), and wanted to tell you about it, as you seem to be doing a...
Running locally on my M1 seems to work but the GitHub mac runner seems to be unhappy for some reason ``` error: expected item after attributes --> target/debug/build/apple-sys-b48976b63cbef94e/out/IOKit.rs:3:2249 | 3...
https://docs.rs/crate/apple-sys/latest