gomobile: unsupported basic type: uint64
CurralesDragon opened this issue · 4 comments
CurralesDragon commented
Trying to bind using the commands given..
gomobile bind -target=ios -o EasyPGP.framework github.com/encryptedtimeline/easypgp
54a0ff4842ec9 commented
@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.
CurralesDragon commented
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
54a0ff4842ec9 commented
@nicwhitts But did you recompile gomobile
binary with the patch? You might want to do go install golang.org/x/mobile/cmd/gomobile
CurralesDragon commented
I knew it would be simple, I'm new to go
That did the trick!