-
Notifications
You must be signed in to change notification settings - Fork 18k
x/mobile/bind: gomobile bind fails with target=ios because of interface func #12403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Milestone
Comments
CC @crawshaw |
CL https://golang.org/cl/14077 mentions this issue. |
Bug fixed (ref. https://go-review.googlesource.com/#/c/14077) |
hyangah
added a commit
to golang/mobile
that referenced
this issue
Sep 1, 2015
Fixes golang/go#12403 Change-Id: I9b8e6d69beb1ceb27e991348212acb5054497e47 Reviewed-on: https://go-review.googlesource.com/14077 Reviewed-by: David Crawshaw <crawshaw@golang.org>
imWildCat
pushed a commit
to imWildCat/go-mobile
that referenced
this issue
Apr 10, 2021
Fixes golang/go#12403 Change-Id: I9b8e6d69beb1ceb27e991348212acb5054497e47 Reviewed-on: https://go-review.googlesource.com/14077 Reviewed-by: David Crawshaw <crawshaw@golang.org>
imWildCat
pushed a commit
to imWildCat/go-mobile
that referenced
this issue
Apr 11, 2021
Fixes golang/go#12403 Change-Id: I9b8e6d69beb1ceb27e991348212acb5054497e47 Reviewed-on: https://go-review.googlesource.com/14077 Reviewed-by: David Crawshaw <crawshaw@golang.org>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While doing some experiments with gomobile targeting iOS, I'm getting an error while trying to bind an interface like so:
The bind fails as shown below:
The problem is related to any function that returns a pair of (_any_type, error) AND if is in an interface:
System info:
osiris$ go version go version go1.5 darwin/amd64 osiris$ gomobile version gomobile version +1b518ad Fri Aug 28 15:23:09 2015 +0000 (android,ios); androidSDK=/Users/osiris/Library/Android/sdk/platforms/android-22
The text was updated successfully, but these errors were encountered: