react-native-fabric
react-native-fabric copied to clipboard
Cannot build app on iOS
Hi, I added react-native-fabric to my react-native app and now it's failing to build (archive) for iOS.
The error I get:
ld: could not reparse object file in bitcode bundle: 'Invalid bitcode version (Producer: '902.0.39.2_0' Reader: '900.0.39.2_0')', using libLTO version 'LLVM version 9.0.0, (clang-900.0.39.2)' for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
same +1
same +1
+1
same +1
We solved using Xcode 10.1 and react-native 0.57.8.
With Xcode 10.1 maybe you will need to use the "Legacy Build System", change here: File > Workspace Settings… > Build System
Check the iOS deployment target version is the same in PROJECT and TARGET