-
Notifications
You must be signed in to change notification settings - Fork 429
dyld: Symbol not found: __T0Bi64_WV #314
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
Comments
Did you make sure to build the protoc plugin with the same toolchain that is the current system default (set with `xcode-select`)? These two must match.
… On 11. Oct 2018, at 10:45, Carlos Pages ***@***.***> wrote:
New Issue Checklist
Updated grpc-swift to the latest version
I read the Contribution Guidelines
I searched for existing GitHub issues(especially, there are many resolved issues related to SSL)
Issue Description
When I try to create the grpc files in swift with protoc and swiftgrpc I get this error:
dyld: Symbol not found: __T0Bi64_WV
Referenced from: /usr/local/bin/protoc-gen-swiftgrpc
Expected in: /Library/Developer/CommandLineTools/usr/lib/swift/macosx/libswiftCore.dylib
in /usr/local/bin/protoc-gen-swiftgrpc
--swiftgrpc_out: protoc-gen-swiftgrpc: Plugin killed by signal 6.
This is what I tried to run:
protoc DataService.proto --proto_path=. --swiftgrpc_out=.
I think I fixed the problem for now installing the command line tools for XCode 9. I think the problem is swift 4.2 which is installed with XCode 10.
Is anything I can do to use it with swift 4.2?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
When I build the plugin I use just
And if I run ( My XCode app the name of the version because I have multiple XCode installed in my machine ) Is this right? or I should point to make something else? |
Thank you, these indeed look like they match. Could you check which libraries the protoc plugin is linking to, e.g. using |
Ok, I realised my error, as you pointed I was using an old version of the plugin which I build long time ago. Thanks for the help and sorry :) |
New Issue Checklist
Issue Description
When I try to create the grpc files in swift with
protoc
andswiftgrpc
I get this error:This is what I tried to run:
protoc DataService.proto --proto_path=. --swiftgrpc_out=.
I think I fixed the problem for now installing the command line tools for
XCode 9
. I think the problem isswift 4.2
which is installed withXCode 10
.Is anything I can do to use it with
swift 4.2
?The text was updated successfully, but these errors were encountered: