I have a static library that is built by other company. I want to know if it\'s a static library containing bitcode, which command can detect it in terminal?
It is recommended to test against LLVM symbols:
otool -l yourlib.a | grep LLVM
You should get some lines with "__LLVM"