Skip to content
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

Linker error ld: framework not found Security #172

Closed
BenLeadbetter opened this issue Jan 5, 2024 · 1 comment
Closed

Linker error ld: framework not found Security #172

BenLeadbetter opened this issue Jan 5, 2024 · 1 comment

Comments

@BenLeadbetter
Copy link

Hi cargo-bundle people 👋

I'm hitting a linker error at compile time:

error: linking with `cc` failed: exit status: 1
  ...
  = note: ld: framework not found Security
          clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: could not compile `target_build_utils` (build script) due to previous error

System Specs

  • macOS 13.6 (Ventura)
  • stable-aarch64-apple-darwin
  • rustc 1.75.0 (82e1608df 2023-12-21)

Anyone seen this before?

@BenLeadbetter
Copy link
Author

Ok I've sussed out the problem I had. Looks like I just needed to update to the latest version of Xcode Command Line Tools and ensure they were properly configured with xcode-select.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant