-
Notifications
You must be signed in to change notification settings - Fork 62
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
Support for adding multiple swift-bridge packages #303
Comments
So the workaround for this, per the error, was to rename |
Sorry to bother, but reopening this because I'm unable to compile the project. I get the errors:
Not sure how to get around this. |
Could you share a minimal example to be able to reproduce the error? |
Hey there, I was able to get around this by moving some files around. I'm not sure this is a bug but more of a limitation of how you import modules into swift. I used the how-to in the readme of this repo to get around the issue for now. https://github.com/jessegrosjean/swift-cargo-problem |
Hello, is there a way to add multiple swift-bridge packages to an Xcode project? If I try to add an additional package using this method https://chinedufn.github.io/swift-bridge/building/swift-packages/index.html, I get an error from Xcode saying that there are conflicts. Here is a screenshot:
Is there a workaround to this? Thank you!
The text was updated successfully, but these errors were encountered: