Who's building RunLibs

The latest tvOS beta is complaining that a library hasn’t been compiled with bitcode enabled. What part of the toolchain is building the RunLibs?

I’m getting the following error now:

ld: ‘/Users/tanis/Documents/bunnymark/BunnyMark/Export/tvos/BunnyMark/lib/arm64-debug/libApplicationMain.a(f56e66ca_RunLibs.o)’ does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE) or obtain an updated library from the vendor for architecture arm64

In the iOS project code, I set ENABLE_BITCODE to be false unless <config:ios enable-bitcode="true" /> is defined. Does tvOS require bitcode to release?

Yes it’s required now. :frowning:

We need to look at HXCPP support for it, would -fembed-bitcode do it, or do you think we need more?

i don’t know. i tried adding -DENABLE_BITCODE to HXCPP toolchain but it didn’t help at all.

Got it working. You’ve got a PR for hxcpp and one for lime.