x/mobile: Panic on gobind #33996
Closed
x/mobile: Panic on gobind #33996
Milestone
Comments
I am unable to reproduce this.
With what appears to be the same environment:
Modules are not being used correct? What's interesting is that the panic is happening in go/types. Possibly related might be #33272. |
Curious. I didn’t specify Is that the issue? Do I need to |
OK, so I decided to move I then did the following:
... and now it appears to work fine. So no idea what was going on. I guess I can close this since it was obviously a problem with my environment. |
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
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Using
gomobile
to create an iOS framework.The source package seems to be irrelevant in this instance—this panic happens when trying to
gobind
from any package source. Any of the following reproduces the issue:This only started after upgrading
gobind
/gomobile
to the latest (I am not sure what commit I was using before sadly).What did you expect to see?
The
.framework
should have been built.What did you see instead?
A
panic
occurs:The text was updated successfully, but these errors were encountered: