eas build failed at pods

i m trying to run eas build on my monorepo i got a pods issue during build

this is my build id 5e915528-1e03-40cd-8866-b1f9983284a4

Installing pods
[!] Invalid `Podfile` file: cannot load such file -- /Users/expo/workingdir/build/clients/app/node_modules/react-native/scripts/react_native_pods.
 #  from /Users/expo/workingdir/build/clients/app/ios/Podfile:1
 #  -------------------------------------------
 >  require_relative '../node_modules/react-native/scripts/react_native_pods'
 #  require_relative '../node_modules/react-native-unimodules/cocoapods.rb'
 #  -------------------------------------------
pod exited with non-zero code: 1
  • managed workflow
  • eas-cli/0.36.1 darwin-x64 node-v14.17.1

Hey @malphonce-swedq, have you followed the information here specifically following/using the repo provided as a reference to setting up a monorepo to be used with EAS?

Cheers,
Adam

@adamjnav yes
1- I ran all EAS CLI commands from the root of the app directory.
2- All files related to EAS Build, such as eas.json is in the root of the app directory.
3- adding “expo-yarn-workspaces”: {
“symlinks”:

I m using SDK 42