iOS Build failing on CI but build locally works

› Linking   iTrustCapital » iTrustCapital

1217

❌  ld: could not reparse object file in bitcode bundle: 'Invalid bitcode version (Producer: '1316.0.21.2.3_0' Reader: '1300.0.29.3_0')', using libLTO version 'LLVM version 13.0.0, (clang-1300.0.29.3)' for architecture arm64

1218

❌  clang: error: linker command failed with exit code 1 (use -v to see invocation)

1219

▸ ** ARCHIVE FAILED **

1220

▸ The following build commands failed:

1221

▸ 	Ld /Users/expo/Library/Developer/Xcode/DerivedData/iTrustCapital-dxadwuefrwdalscvjmhimizdajzb/Build/Intermediates.noindex/ArchiveIntermediates/iTrustCapital/InstallationBuildProductsLocation/Applications/iTrustCapital.app/iTrustCapital normal (in target 'iTrustCapital' from project 'iTrustCapital')

1222

▸ (1 failure)

1223

** ARCHIVE FAILED **

1224

update to xcode 13.3: Build server infrastructure - Expo Documentation

edit: for context - the error you are seeing is caused by a library depending on a more recent version of bitcode than is available in xcode 13.0

That worked thanks a lot

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.