Failed to verify bitcode while exporting archive for ad hoc distribution - tried Xcode 8.3.3 & Xcode 9

后端 未结 3 802
被撕碎了的回忆
被撕碎了的回忆 2020-12-07 19:26

Apps containing our framework complains about missing bitcode while exporting archive for Ad-hoc distribution.

I have gone through the documentation provided by Appl

3条回答
  •  隐瞒了意图╮
    2020-12-07 19:59

    Try the following:

    • Make sure this framework is added under Copy Frameworks Script in Build Phases.
    • Use BITCODE_GENERATION_MODE instead of BITCODE_GENERATION_CODE

提交回复
热议问题