x/mobile: bind example does not work under xcode 11 GM #34312
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?
checked out the go mobile repo (follow instructions https://github.com/golang/go/wiki/Mobile) and opened it in xcode 11 and built.
verified Hello.framework exists in "Framework, Libraries and Embeded contents" and also listed in "Link Binary with Libraries".
What did you expect to see?
able to build and run the package.
What did you see instead?
"Module 'Hello' not found" in ViewController.m
The text was updated successfully, but these errors were encountered: