lastochkanetwork/EasyPGP

gomobile: unsupported basic type: uint64

CurralesDragon opened this issue · 4 comments

Trying to bind using the commands given..

gomobile bind -target=ios -o EasyPGP.framework github.com/encryptedtimeline/easypgp

@nicwhitts you'll need to manually patch gomobile to support it. I've added exact patch to readme. I wonder if @crawshaw is going to fix this.

Am i missing something obvious, but i have changed the patch in
go/src/golang.org/x/mobile/bind/gen.go?
And I'm still getting the same error.
Even before init

@nicwhitts But did you recompile gomobile binary with the patch? You might want to do go install golang.org/x/mobile/cmd/gomobile

I knew it would be simple, I'm new to go
That did the trick!