EAS build error IOS

Hi, since yesterday we are stuck triyng to build IOS app with EAS.
we have 2 proyects with the same issue, one of them was builded ok 24 days ago, but now we cant, the source didnt change at all.

$ xcodebuild -showBuildSettings -workspace ./Holcim.xcworkspace -scheme Holcim -configuration Release
Command timed out after 3 seconds on try 1 of 4, trying again with a 6 second timeout…
[stderr]
<PBXResourcesBuildPhase UUID=13B07F8E1A680F5B00A75B9A> attempted to initialize an object with an unknown UUID. B03167D8FD6543969356F524 for attribute: files. This can be the result of a merge and the unknown UUID is being discarded.
Detected provisioning profile mapping: {:“tech.binit.holcimmobile”=>“b127585d-2d96-4cbe-b23a-988aaee96854”}
[stderr]
<PBXResourcesBuildPhase UUID=13B07F8E1A680F5B00A75B9A> attempted to initialize an object with an unknown UUID. B03167D8FD6543969356F524 for attribute: files. This can be the result of a merge and the unknown UUID is being discarded.

:x: ld: could not reparse object file in bitcode bundle: ‘Invalid bitcode version (Producer: ‘1205.0.22.9.0_0’ Reader: ‘1200.0.32.29_0’)’, using libLTO version ‘LLVM version 12.0.0, (clang-1200.0.32.29)’ for architecture arm64

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

:warning: Pods/boost-for-react-native: iOS@8.0 deployment version mismatch, expected >= 9.0 <= 14.4.99

hello, there are other thread with a similar error: Search results for 'Invalid bitcode version' - Forums

the default xcode version for sdk 41 is xcode 12.4, but some libraries may not be compatible, so you should change to xcode 12.5:

Hi there, thanks, it works like a charm