Closed
Description
I am able to successfully generate and use .framework file using gomobile bind command, however generated lib doesn't have bitcode enabled
Is there a way to enable bitcode in generated binary or are there are any plan to provide support in near future ?
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (go version
)?
go version go1.8.3 darwin/amd64
gomobile version +44a54e9
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (go env
)?
MacOS
What did you do?
Generated .framework lib from go source code using 'gomobile bind'
What did you expect to see?
bitcode should be enabled in generated framework
What did you see instead?
generated framework doesn't have bitcode enabled