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

docs(readme): add Xcode requirement on macOS #338

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andreacfromtheapp
Copy link

Description

I was having this issue #320 and errors while installing with cargo install cargo-spellcheck --locked even with setting DYLD_FALLBACK_LIBRARY_PATH correctly.

What does this PR accomplish?

It turns out Xcode needs to be installed and its terms accepted to successfully install cargo-spellcheck. Otherwise DYLD_FALLBACK_LIBRARY_PATH points to a Library folder that has nothing to do with @rpath/libclang.dylib. Yielding a failed cargo-spellcheck install.

  • 📙 Documentation

Changes proposed by this PR:

Added instructions for macOS explicitly requiring Xcode installation and its terms acceptance.

Notes to reviewer:

None.

📜 Checklist

  • Works on the ./demo sub directory
  • Test coverage is excellent and passes
  • Documentation is thorough

@andreacfromtheapp
Copy link
Author

reopening #335 after accidental repo deletion

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

Successfully merging this pull request may close these issues.

1 participant