x/mobile: gobind fails on relatively simple example for iOS only #21523
Labels
Milestone
Comments
So this is because of golang/mobile@e665403 and the fact that the method is named However, perhaps it should not fail and rather warn? Not sure about the behaviour. |
Change https://golang.org/cl/101115 mentions this issue: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Go are you using (
go version
)?What operating system and processor architecture are you using (
go env
)?What did you do?
gomobile bind fails with the following code:
What did you expect to see?
A successful bind.
What did you see instead?
When trying to build for iOS, this happens:
This is due to the
ctx
parameter for the function.It does build for Android, however.
The text was updated successfully, but these errors were encountered: