Compiling iOS library/framework with bitcode enabled

Step 1: Enable bitcode in build settingios

bitcodeenable.png

Step 2: Add "-fembed-bitcode" flag to - Other C flags - Other C++ flags - Other linker flagsui

bitcode-flag.png

Step 3: Check if framework bitcode enable use otool and grep: - otool -l binary_name | grep __LLVM3d

Relate: stackoverflow.com/questions/3…code

相關文章
相關標籤/搜索