-
### Background
Im a newbie in mobile LND. I wanted to generate the mobile framework and the swift files. I followed the tutorial but got an error.
### Your environment
* v0.16.0-beta
I get…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.17.6 linux/amd64
$ gomobile version
golang.org/x/mobile/cmd/gomobile@latest
### Does this issue …
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.13.6 windows/amd64
### Does this issue reproduce with the latest release?
Yes
### What operating s…
-
have you managed to do an IOS build ?
````
gomobile build -target=ios github.com/udhos/fugo/demo/invader
gomobile: xcrun xcodebuild -configuration Release -project /var/folders/wp/ff6sz9qs6g71jnm…
-
Hi,
Based on the Android NDK samples (https://github.com/googlesamples/android-ndk/tree/master) and mainly the hello-libs, I'm trying to call a prebuilt library.
In fact, it is pretty simple for a C…
-
Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
go version devel +2acae87416 Mon Jul 9 23:04:30 2018 +0000 windows/amd64
…
-
In my library, JNI functions are called from Go side. JVM is accessed via a global C variable `current_vm`. I admit depending this variable is not a good way, but there is no other way to access JNI f…
-
Hi Cznic, thank you very much for this library.
Please correct me if my conclusion is wrong.
After going through the source I believe this bug occurs because the "/tmp/" folder is not present or wri…
-
### Go version
go version go1.20.11 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE="on"
GOARCH="arm64"
GOBIN=""
GOCACHE="/Users/xxxx/Library/Caches/go-build"
…
-
Please answer these questions before submitting your issue. Thanks!
#1. What version of Go are you using (`go version`)?
Go 1.6
#2. What operating system and processor architecture are you using (`go…