如何检查xx.Framework / xx.lib的bitcode类型是`-fembed-bitcode`或`-fembed-bitcode-marker`

时间:2017-11-19 05:18:13

标签: ios xcode frameworks xcodebuild bitcode

我使用xcodebuild构建框架,我想找到一种方法来检查bitcode类型是-fembed-bitcode还是-fembed-bitcode-marker

如您所知,当bitcode类型为-fembed-bitcode时,框架支持完整的bitcode。

1 个答案:

答案 0 :(得分:0)

Use your xcodebuild command and add -showBuildSettings to the end

查看结果,看看是否可以在-fembed-bitcode下找到OTHER_LDFLAGS