> For iOS, this should *just work*.Unfortunately it does not work.I created a library project that contains a very basic .c file and a .s file.The .c file gets compiled into a .o file that does contain a bitcode section; the .s file generates a .o file that does not contain bitcode.The resulting .a also does not contain a bitcode segment.I'm testing if bitcode is added by running otool -l | grep bitcode% otool -l Cfile.o | grep bit sectname __bitcodeXcode asks LLVM to use -fembed-bitcode-marker. I manually tried using -femit-bitcode, but with a unknown argument: '-femit-bitcode'
Topic:
Developer Tools & Services
SubTopic:
General
Tags: