eas build -p ios --profile production --local

I use SDK48 and when i try to build in my own machine i get an error for ios and android?
i don’t know what i have to share.
Command line :
eas build -p ios --profile production --local
Error:

[RUN_FASTLANE]     Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'XXXXXXXXX' from project 'XXXXXXXXX')
[RUN_FASTLANE]     Run script build phase '[CP-User] [RNGoogleMobileAds] Configuration' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'XXXXXXXXX' from project 'XXXXXXXXX')
[RUN_FASTLANE]     Run script build phase '[CP-User] Generate app.config for prebuilt Constants.manifest' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'EXConstants' from project 'Pods')
[RUN_FASTLANE] ▸ ** ARCHIVE FAILED **

my eas.json:

{
  "build": {
    "development-simulator": {
      "developmentClient": true,
      "distribution": "internal",
      "ios": {
        "simulator": true
      }
    },
    "development": {
      "developmentClient": true,
      "distribution": "internal"
    },
    "preview": {
      "distribution": "internal"
    },
    "production": {
      "distribution": "store",
      "ios": {
        "channel": "production"
      },
      "android": {
        "buildType": "app-bundle",
        "gradleCommand": ":app:bundleRelease"
      }
    }
  }
}

i use expo module and tierce modul ‘react-native-google-mobile-ads’ and can’ figure out how to fix it

does the build succeed if you remove react-native-google-mobile-ads?

you should have more info in your full logs than what was shown above. learn more about debugging local builds on Running builds on your own infrastructure - Expo Documentation

thx to reply.
i got a mac os M. Maybe it’s the problem ?
all my tools are updated.

i read the doc but it’s not helping me…

maybe my conf ? any tutorial step by step available ?

build un apk / aab works.

maybe a miss a step to initialise fastlane for build production ipa (it s work on simulator)