[go-nuts] Re: gomobile + go protobuf

2017-12-06 Thread jay . graves
droid That compiles the Android .aar file just fine. On Tuesday, December 5, 2017 at 2:03:37 PM UTC-7, William Quintal wrote: > > I have the same issue , did you find a solution ? > > Le mercredi 8 novembre 2017 19:49:17 UTC-5, Jay Graves a écrit : >> >> I've been tryi

[go-nuts] gomobile + go protobuf

2017-11-08 Thread jay . graves
I've been trying to use Protobufs as a data transport between go code and native iOS and Android code. This has worked great on iOS as I can use this to output go and objc code to work with the objects. protoc --go_out=. --objc_out=. *.proto However, when I try to run gomobile bind -target=and