alexeyxo / protobuf-swift

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

Type 'Person' does not conform to protocol 'GeneratedMessageProtocol' #212

Closed mahesh-20 closed 7 years ago

mahesh-20 commented 7 years ago

Version of protoc (protoc --version)

2.6.1

Version of ProtocolBuffers.framework

3.0.0

.proto file to reproduce

tried with Person.proto as in mentioned example

Description

Getting compile time after adding Person.proto.swift file in Xcode. Referred issue https://github.com/alexeyxo/protobuf-swift/issues/52 but no luck.

Any help will be grateful.

Thanks!

mahesh-20 commented 7 years ago

Missed to run ./build.sh b4 adding code to .xcodeproject