x/mobile: bind example does not work under xcode 11 GM #34312
Labels
Milestone
Comments
I believe I experience the same issue. No matter what i bind, the framework is "not found" by Xcode. Even though there is an actual framework produced as output by gomobile bind. |
Had the same issue, if you don't copy the framework into your projects directory, you should add the main directory to the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: