EAS Bare workflow Execution failed for task ':expo-modules-core: configureCMakeRelWithDebInfo [arm64-v8a]

Hi After problems with build on Friday 4 Nov - I spent Saturday Upgrading various components etc only to realise the was a build problem with EAS. I have read the Bare workflow fix and implemented it as well as downgrading ReactNative to 0.69.6 and have “expo”: “^46.0.16”,
but I cannot get past this error

Execution failed for task ‘:expo-modules-core:configureCMakeRelWithDebInfo[arm64-v8a]’.

[CXX1212] /home/expo/workingdir/build/node_modules/expo-modules-core/android/CMakeLists.txt release|arm64-v8a : User is using a static STL but library requires a shared STL [//fbjni/fbjni]

I have trawled the internet but havent found a fix yet
Any help appreciated

Hi @ash247it

Unfortunately, the build issues were caused by an upstream React Native issue. They have since been fixed, though.

I’m not sure what’s causing your error, but maybe you could try creating a new app and running npx expo prebuild and comparing the generated native code to what you have in your real app?

This might also help: