rust-build / rust-build.action

Automate publishing Rust build artifacts for GitHub releases through GitHub Actions
359 stars 52 forks source link

x86_64-apple-darwin err: ld: framework not found Metal #67

Open kirito41dd opened 1 year ago

kirito41dd commented 1 year ago
error: linking with `/opt/osxcross/target/bin/x86_64-apple-darwin14-clang` failed: exit status: 1
  |
...
 = note: ld: framework not found Metal
          clang-15: error: linker command failed with exit code 1 (use -v to see invocation)
Douile commented 1 year ago

As mentioned here https://github.com/rust-build/rust-build.action/issues/61#issuecomment-1498748082 try with https://github.com/houseabsolute/actions-rust-cross MacOS support is iffy in this action.