alexeyxo / protobuf-swift

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

Support of swift3? #198

Closed vkanishk closed 7 years ago

vkanishk commented 7 years ago

Version of protoc (protoc --version)

3.0

Version of ProtocolBuffers.framework

3.0.0

.proto file to reproduce

Description

Is support for swift3 available in latest protobuf?

I am trying to work on swift3 and want to use protobuf. Took latest code from "https://github.com/alexeyxo/protobuf-swift" but when running "./scripts/build.sh" i get this error.

Making install in plugin/compiler ../.././install-sh -c -d '/usr/local/bin' /bin/sh ../../libtool --mode=install /usr/bin/install -c protoc-gen-swift '/usr/local/bin' libtool: install: /usr/bin/install -c protoc-gen-swift /usr/local/bin/protoc-gen-swift make[2]: Nothing to be done for install-data-am'. make[2]: Nothing to be done forinstall-exec-am'. make[2]: Nothing to be done for `install-data-am'.

alexeyxo commented 7 years ago

You have a log without errors.

vkanishk commented 7 years ago

ok. i got it now. i thought there was some error. Now will the xcodeproj work with swift3?