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?