x/mobile: building for iOS Simulator, but linking in object file built for iOS, for architecture arm64. #45805
Labels
mobile
Android, iOS, and x/mobile
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
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 -target=ios golang.org/x/mobile/example/bind/hello
What did you expect to see?
Framework binaries with multiple platforms are not supported anymore.
gomobile bind should generate a universal xcframework
What did you see instead?
We are supposed to use an xcframework instead
The text was updated successfully, but these errors were encountered: