Home > Software design >  Unable to make iOS build
Unable to make iOS build

Time:10-08

App is running perfectly in both debug/release mode but when i try to make archive (build) it throw error 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

I am using React-Native "0.64.0"

React "17.0.1"

Xcode "12.4 (12D4e)"

CodePudding user response:

I have solved this issue by updating Xcode.

  • Related