【问题标题】:How to check the bitcode type of xx.Framework/xx.lib is `-fembed-bitcode` or `-fembed-bitcode-marker`如何检查 xx.Framework/xx.lib 的位码类型是 `-fembed-bitcode` 或 `-fembed-bitcode-marker`
【发布时间】:2017-11-19 05:18:12
【问题描述】:

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

如您所知,当位码类型为-fembed-bitcode 时,框架支持全位码。

【问题讨论】:

    标签: ios xcode frameworks xcodebuild bitcode


    【解决方案1】:

    Use your xcodebuild command and add -showBuildSettings to the end.

    查看结果,看看能不能找到-fembed-bitcode,也许在OTHER_LDFLAGS下面。

    【讨论】:

    • 谢谢,但我想找到一种方法来检查其他人开发的现有框架的位码类型。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-12-13
    • 1970-01-01
    • 2020-04-26
    • 1970-01-01
    相关资源
    最近更新 更多