-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Another IORPCMessage
debug trait issue
#12
Comments
Bumping to macos-12 seems to have fixed it. Guess the issue is with macos-11. Obviously we don't want a fix to break macos-12+ support if macos-11 support is something you care about. |
apple-sys is very dependent on macOS SDK versions by design unless #10 be completed. |
probably adding derive check around here will be possible https://github.com/youknowone/apple-sys/blob/main/bindgen/src/builder.rs#L108 |
I have the same problem when trying to build RustDesk on macOS 12, and to be honest I don't have a clue about what to do about it or what's causing it. I assume it's caused by incompatible versions of xcode, rust, macOS and whatnot, but is there any way for a non-rust-guru to figure out how to get past this? The closest I've come to any understanding is that there's a macro defined that is already defined in |
See https://github.com/segevfiner/keepawake-rs/actions/runs/4272014787/jobs/7436882628
The text was updated successfully, but these errors were encountered: