-
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: does not support ARMv7 builds for ios #41074
Comments
+1 for this issue |
Go 1.15 and gomobile no longer supports |
As seen in the release notes Go 1.15 dropped darwin/arm support: I dont think there will be much support for armv7 on darwin (if its not already there and this is a bug) as go1.14 will run out of support at some point wether gomobile supports it or not. /cc @eliasnaur |
What's the solution? |
Related to #41300 |
No solution here. iOS ARMv7 (32bit) is no longer supported by Go. |
Ok, what's the best way to run gomobile so that it doesn't try to use arm even though the machine is amd64. Or maybe I should ask, how does one specify the iOS arch to use? |
You can specify the architecture by giving e.g, |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
gomobile bind -v -o $(BINDIR)/xxx.framework -target=ios
What did you expect to see?
frameworks support armv7
What did you see instead?
missing required architecture armv7
ld: warning: Could not find or use auto-linked framework
The text was updated successfully, but these errors were encountered: