在Xcode9中,当我尝试使用compileBitcode导出xcarchive时,它会崩溃并显示以下错误
{
code = 0;
description = "Failed to verify bitcode in XXXX.framework/XXXXX:\nerror: Platform iPhoneSimulator is not supported\n\n";
info = {
};
level = ERROR;
type = "malformed-payload";
},
当我在模拟器上分别运行相同的框架时,它运行完美
我使用ENABLE_BITCODE
在我的框架上启用了bitcode我还添加了
BITCODE_GENERATION_MODE = bitcode
并补充道
-fembed-bitcode
到其他链接器标志和其他c标志
当我跑步时
otool -l XXXX.framework/XXXX | grep __LLVM
返回segname __LLVM