-
Hi! I am having a problem building using CoreML. I have this dependency in Cargo.toml:
When I do
What would be the cause for this? |
Beta Was this translation helpful? Give feedback.
Answered by
mapaaa
Jan 18, 2024
Replies: 1 comment 2 replies
-
What version of macOS are you running? Intel or Apple silicon? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After more search, I think ___isPlatformVersionAtLeast comes from
libclang_rt.osx.a
which was not properly linked.Did
RUSTFLAGS="-L /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin -l clang_rt.osx" cargo build
and it worked