apple-sys icon indicating copy to clipboard operation
apple-sys copied to clipboard

Fails to build IOKit on github CI for some reason

Open vlovich opened this issue 10 months ago • 0 comments

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 | ... :: { self , msg_send , sel , sel_impl , class } ; # [allow (non_camel_case_types)] 
  |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: could not compile `apple-sys` (lib) due to 1 previous error

vlovich avatar Feb 12 '25 20:02 vlovich