Closed yhara closed 1 year ago
I got this warning when doing cargo run on macOS (M1 MBP 12.6.7). Why?
cargo run
ld: warning: object file (/Users/yhara/tmp/cargo_target/debug/libskc_rustlib.a(alloc.c.o)) was built for newer macOS version (12.6) than being linked (12.0)
I got this warning when doing
cargo run
on macOS (M1 MBP 12.6.7). Why?