EAS Simulator build for IOS fails

I am trying to build an IOS simulator version of my app with

eas build -p ios --profile preview

it keeps failing on Prebuild step with error below

Prebuilding managed project

[06:41:57] πŸ“  iOS Bundle Identifier Learn more: https://expo.fyi/bundle-identifier

[stderr] [06:41:57] Input is required, but Expo CLI is in non-interactive mode.

[stderr] Your project must have a `bundleIdentifier` set in the Expo config (app.json or app.config.js).

[stderr] See https://expo.fyi/bundle-identifier

node exited with non-zero code: 1

expo build:ios works totally fine and I have run eas build:configure first and updated my eas.json file with

"preview": {
      "ios": {
        "simulator": true
      }
    },

My bundle identifier is in app.json

"ios": {
      "supportsTablet": true,
      "bundleIdentifier": "com.test.test",
      "buildNumber": "0.0.9",
    },

Any ideas where should I add bundleIdentifier ?

please share a reproducible example. something is misconfigured on your end but it’s hard to tell without the full contents of your relate config files

Which config file would you need?

You can close this as the issue has been resolved

Hello! I am currently running into this issue and cannot find a solution. How were you able to resolve this?

Upgrading Expo to SDK 44 resolved all issues mentioned above