-
### What would you like to share?
Title: Issue with Output Directory Structure when Building iOS SDK using gomobile
Hello,
I'm experiencing an issue with the output directory structure when bui…
-
I've tried to create an android library out of the gitea go-sdk via gomobile. But gomobile fails with the following errors.
Executed command:
```sh
gomobile bind -target android -o gitea.aar -jav…
-
### Go version
go version go1.23.0.darwin-amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/Users/2me2/Library/Caches/go-build'
GO…
-
### Go version
go1.22.4 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/root/.cache/go-build'
GOENV='/root/.config/…
benma updated
3 months ago
-
This is a limitation currently in `gomobile` https://github.com/golang/go/issues/27234#issuecomment-599675541, I've just opened this issue so someone else won't. There's nothing to do to help in this …
-
Please answer these questions before submitting your issue. Thanks!
1. What version of Go are you using (`go version`)?
1.5
2. What operating system and processor architecture are you using (`go en…
-
### What version of Go are you using (`go version`)?
go version go1.13 windows/amd64
### Does this issue reproduce with the latest release?
### What operating system and processor…
-
I'm running into an error when running "gomobile bind --target=ios":
gomobile: type io.Reader not defined in package package goax ("github.com/garry415/goax")
unsupported, direct named type github.co…
-
Just pull the latest code from Makefile.
android:
go get golang.org/x/mobile/bind
GOARCH=amd64 gomobile bind -v -trimpath -ldflags="-s -w" -o ./open_im_sdk.aar -target=android ./open_im_sdk/ ./op…
-
### Integrity requirements
- [X] I confirm that I have read the documentation, understand the meaning of all the configuration items I wrote, and did not pile up seemingly useful options or default v…