-
### What version of Go are you using (`go version`)?
x/mobile: build failing when using go modules #37048
### Does this issue reproduce with the latest release?
yes
### What operating …
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.17 linux/amd64
### Does this issue reproduce with the latest release?
Yes
### What operating syste…
-
A full setup/build log is here:
https://gitlab.torproject.org/eighthave/snowflake/-/jobs/634
### What version of Go are you using (`go version`)?
$ go version
go version go1.14 linux/amd64
…
-
### What would you like to share?
I want to support iOS 12, but the latest version only supports iOS 13. Which version of SDK should I choose?
### Additional information
_No response_
-
### What version of Go are you using (`go version`)?
1.10
### Does this issue reproduce with the latest release?
Not quite sure. I tried re-installing gomobile but still getting:
```
[ma…
-
I'm not reporting an issue so I hope it's ok if I skip the questions.
I'm interested in submitting a pull request that adds support for gomobile.
The commit message explains how it works:
https…
-
## Summary of Bug
Building to `iOS` target fails because of undefined definitions.
## Version
Using v1.2.1
## Steps to Reproduce
* Try to build for iOS target using `gomobile bind -ldflag…
-
If anyone is interested I think this can be integrated with flutter reasonably easily.
I already have this flutter and golang working.
For 2d and 3d graphic to display you output from golang to a …
ghost updated
6 years ago
-
Hi,
My environment :
- go version go1.7.1 darwin/amd64
- gomobile version +6ea0bb5 Wed Oct 5 13:16:13 2016 +0000 (android,ios); androidSDK=/Users/zoolonly/Library/Android/sdk/platforms/android-23
- O…
-
hi,
I faced an issue when I run gomobile bind with CGO_CFLAGS and CGO_LDFLAGS like
```
CGO_CFLAGS="-I/usr/local/include" \
CGO_LDFLAGS="-L/usr/local/lib" gomobile build -target=ios -v
```
but outpu…