Closed fluffyemily closed 6 years ago
Currently, building on Xcode with bitcode enabled fails as the Rust library is not built Bitcode compatible. This issue tracks enabling the library to be build with Bitcode enabled so we don't force iOS developers to disable Bitcode on their apps.
https://github.com/alexcrichton/rust/commit/d2855b06c874f0a6f2a3ce990fbd608a76b7c88b?diff=unified
This was actually merged:
https://github.com/rust-lang/rust/commit/3b6412b94324b10f698a18ea5766ef6ff8921ae8
Yes, I think if we upgrade our Rust version we will get bitcode for free
Currently, building on Xcode with bitcode enabled fails as the Rust library is not built Bitcode compatible. This issue tracks enabling the library to be build with Bitcode enabled so we don't force iOS developers to disable Bitcode on their apps.