【发布时间】:2021-11-14 22:17:30
【问题描述】:
应用程序在调试/发布模式下都运行良好,但是当我尝试归档(构建)时,它会抛出错误 Could not reparse object file in bitcode bundle: 'Invalid bitcode version (Producer: '1205.0.22.11.0_0' Reader: '1200.0.32.29_0')', using libLTO version 'LLVM version 12.0.0, (clang-1200.0.32.29)' for architecture arm64
我正在使用 反应原生“0.64.0”
反应“17.0.1”
Xcode“12.4 (12D4e)”
【问题讨论】:
-
无论是您还是您在项目中使用的库都已使用不同版本的 XCode 编译。尝试将您的 XCode 升级到最新版本。
-
你是否设置了Bulid Settings -> Build Options -> Enable Bitcode NO?
标签: ios swift objective-c react-native