x/mobile: iOS binding generation fails when package name starts with an uppercase #21552
Labels
Milestone
Comments
Change https://golang.org/cl/101116 mentions this issue: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?1.8.3
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?What did you do?
gomobile bind -target ios
With a simple file :
=> fails
But if I use
package foo
It works
What did you expect to see?
It should generate the iOS binding
What did you see instead?
The text was updated successfully, but these errors were encountered: