-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
x/mobile/cmd/gomobile: Go1.15beta1 cannot generate Objective-c bindings if target includes amd64 #40390
Comments
Confirmed the issue. I'm not sure where |
My guess is that this should be omitted when |
Change https://golang.org/cl/244777 mentions this issue: |
This issue does not happen with the latest Go, then the next version of Go 1.15 has already fixed this issue. (Probably 72019cf fixed this?) |
Go 1.15 rc1, which was released 30 minutes ago, did not cause this issue. Let me close this. |
Thanks for investigating and confirming this is fixed, Hajime. |
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?
gomobile bind -v -target=ios .
gomobile bind -v -target=ios/amd64 .
Both fail with the same error.
What did you expect to see?
Generate objective-c framework
What did you see instead?
The text was updated successfully, but these errors were encountered: