-
Notifications
You must be signed in to change notification settings - Fork 25
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
Using 3drobotics branch of grpc-swift #105
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't seem to build for me :/
It doesn't build for me either. Same build failed error from Carthage as before.
|
Even with Swift 4.2.1 (installed by Xcode 10.1), I need to go inside Somehow the |
Hi @JonasVautheri I will try to explain how it should work in theory.
|
|
It's actually working! My issue was with I uninstalled @sbporter: do you have |
@byuarus: Would you mind opening a PR to grpc-swift (it would solve grpc/grpc-swift#329)? It would be nice to have that merged upstream instead of maintaining your fork. I will wait a bit (a day or so) before merging, so that @sbporter has a chance to give us more information from his side. |
@JonasVautherin Yes I do have swiftenv installed. I just uninstalled it, cleared my carthage cache and checkouts folder and tried building again, but it failed with the same error. I've got to run to work now, but I can look at it more when I get home. |
@sbporter: Thanks for checking that. Make sure you uninstall swiftenv completely (e.g. I had aliases in |
@JonasVautherin Restarting my terminal fixed the issue. Feel free to merge! Thanks. |
@JonasVautherin PR to the upstream: grpc/grpc-swift#360 |
Fix for #104
Tested with:
Resolves #104