alexeyxo / protobuf-swift

Google ProtocolBuffers for Apple Swift
http://protobuf.io/#swift
Apache License 2.0
938 stars 138 forks source link

protobuf test program failed to link #248

Open J-cyz opened 5 years ago

J-cyz commented 5 years ago

Version of protoc (protoc --version)

3.0

Version of ProtocolBuffers.framework

3.0.0

.proto file to reproduce

Description

terminal input "protobuf test program failed to link: perhaps you need to add -Llibdir to your LDFLAGS." when i building -> ./scripts/build.sh How to fix it?