-
Notifications
You must be signed in to change notification settings - Fork 51
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
Impossible to link against xcode applications #96
Comments
I'm also hitting this when attempting to link a static lib which uses xz2 into a C library, but weirdly only on x86_64 macOS (in a macos-13 github runner), aarch64 macos-14 github runner links just fine 🤷♀️ :
liblzma.tbd:
|
Full logs attempting to build gosling: |
FWIW this works fine if you link against homebrew's version of liblzma. If I had to guess, this is a problem with Apple's liblzma tbd file (on macOS framework <= 13.0 at least). |
You've managed to break swift applications using lama-sys from rust: software now refuses to link with a lot of "undefined symbols"! Adding lzma.tbd does not work and result in "Undefined symbol: _lzma_stream_encoder_mt"!
The text was updated successfully, but these errors were encountered: