-
Notifications
You must be signed in to change notification settings - Fork 137
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
On Xcode 15, binaries depending on swift_proto_library fail to link with error: duplicate -rpath '/usr/lib/swift' #1135
Comments
Just wanted to call out that the example has |
To add some more context. The warning for me shows only when building test targets:
The The |
Looking at the flags pattern:
Maybe origin is here 🤔 |
@acecilia just curious, do you still see this issue with the new swift proto library implementation? |
Mmm my comment was more generic, just about building targets. I do not have knowledge about protos 😞 Maybe my comment is out of context in this protos-specific issue 🤔 |
You can reproduce this for yourself in the master branch of rules_swift with an Xcode 15 toolchain on macOS Sonoma.
Just build the GRPC echo_server example:
The text was updated successfully, but these errors were encountered: